diff --git a/src/main b/src/main index c7499a7..8d9d6da 100755 --- a/src/main +++ b/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!"