From c5ea9fc8f742b92a5f661aa752afe20c0c6d6bc4 Mon Sep 17 00:00:00 2001 From: Stev Date: Tue, 7 May 2024 15:49:20 -0400 Subject: [PATCH] added flatpak & flathub --- ddeps.sh | 3 ++- udeps.sh | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ddeps.sh b/ddeps.sh index 35993df..40f9a4a 100755 --- a/ddeps.sh +++ b/ddeps.sh @@ -46,7 +46,8 @@ read -n1 -p $'\nDoes this system need a ssh server?\n' REPLY fi read -n1 -p $'\nDoes this system have a GUI?\n' REPLY if [[ $REPLY == [Yy] ]]; then - sudo apt-get install synaptic vim-gtk3 + sudo apt-get install synaptic flatpak + flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo fi #This section installs software outside apt diff --git a/udeps.sh b/udeps.sh index f07d6c9..894e9a8 100755 --- a/udeps.sh +++ b/udeps.sh @@ -45,7 +45,8 @@ read -n1 -p $'Does this system need a ssh server?\n' REPLY fi read -n1 -p $'\nDoes this system have a GUI?\n' REPLY if [[ $REPLY == [Yy] ]]; then - sudo apt-get install synaptic + sudo apt-get install synaptic flatpak + flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo fi release=`lsb_release -cs`