Add script to install Bazaar Flatpak repository

This commit is contained in:
humocs-man
2026-05-23 11:30:13 +02:00
committed by GitHub
parent 3857338390
commit 7e9931fb41
+5
View File
@@ -0,0 +1,5 @@
mkdir -p /usr/share/flatpak/remotes.d/ && \
curl -o /usr/share/flatpak/remotes.d/flathub.flatpakrepo https://dl.flathub.org/repo/flathub.flatpakrepo
mkdir -p /usr/share/flatpak/preinstall.d/ && \
echo -e "[io.github.kolunmi.Bazaar]\nPreinstall=true" > /usr/share/flatpak/preinstall.d/io.github.kolunmi.Bazaar.preinstall