diff --git a/LinuxMint22_Flatpack.sh b/LinuxMint22_Flatpack.sh index fb3655b..bac0094 100644 --- a/LinuxMint22_Flatpack.sh +++ b/LinuxMint22_Flatpack.sh @@ -34,12 +34,13 @@ echo "-----------------------------------------" echo "10.Install Lutris" echo "11.Install Heroric" echo "12.Install Bottles" -echo "13.ProtonUp-Qt" +echo "13.Install ProtonUp-Qt" echo " -----------------------------------------" +echo "14.Install DeltaChat" echo "" echo " x. Exit" echo "" -echo -n " Please enter option [01 - 13]" +echo -n " Please enter option [01 - 14]" read opt case $opt in ################################################################################## @@ -132,9 +133,15 @@ flatpak install -y flathub com.usebottles.bottles flatpak install -y flathub net.davidotek.pupgui2 ;; +################################################################################## +14) echo "************ Install DeltaChat **************************"; +################################################################################## +flatpak install -y flathub chat.delta.desktop +;; + x) echo ""; exit 1;; *) echo " Press [enter] key to continue. . ."; read enterKey;; esac -done \ No newline at end of file +done