Add script to install Bazaar Flatpak repository
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user