Added multidistro build support

This commit is contained in:
XargonWan 2022-04-02 22:23:30 +09:00
parent 800d39c26b
commit a539151bc5

View file

@ -9,8 +9,8 @@ echo "This script is helping the flatpak building in $INSTALL_DIR."
read -n 1 -r -s -p $'Press enter to continue...\n'
echo "Building RetroDECK, please stand by."
if command -v apt >/dev/null; then
sudo apt install flatpak flatpak-builder
if command -v apt-get >/dev/null; then
sudo apt-get install flatpak flatpak-builder
elif command -v yum >/dev/null; then
sudo yum install flatpak flatpak-builder # not sure about this
else