Add 50-prepare-flatpak-for-bazaar.sh script
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
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
|
||||
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
set -oue pipefail
|
||||
|
||||
echo "Downloading Flathub repository definition..."
|
||||
mkdir -p /usr/share/flatpak/remotes.d/
|
||||
curl -o /usr/share/flatpak/remotes.d/flathub.flatpakrepo https://dl.flathub.org/repo/flathub.flatpakrepo
|
||||
Reference in New Issue
Block a user