Browse Source

AppImageLauncher

bookworm
pvincent 2 years ago
parent
commit
905c376267
  1. 12
      src/main

12
src/main

@ -281,6 +281,18 @@ else
echo "preserve existing apps!"
fi
echo "# AppImageLauncher"
echo "#==============="
# TEST ABSENCE
if [[ ! $(dpkg -l | grep appimagelauncher) ]]; then
# INSTALL
wget https://github.com/TheAssassin/AppImageLauncher/releases/download/v2.2.0/appimagelauncher_2.2.0-travis995.0f91801.bionic_amd64.deb -O /tmp/appimagelauncher.deb
sudo dpkg -i /tmp/appimagelauncher.deb
else
# ELSE ALREADY INSTALLED
echo "AppImageLauncher already installed!"
fi
echo
echo
echo "# DEBIAN-GNOME successfully installed!"

Loading…
Cancel
Save