added flatpak & flathub
This commit is contained in:
parent
d5d47c4a5f
commit
c5ea9fc8f7
2 changed files with 4 additions and 2 deletions
3
ddeps.sh
3
ddeps.sh
|
@ -46,7 +46,8 @@ read -n1 -p $'\nDoes this system need a ssh server?\n' REPLY
|
||||||
fi
|
fi
|
||||||
read -n1 -p $'\nDoes this system have a GUI?\n' REPLY
|
read -n1 -p $'\nDoes this system have a GUI?\n' REPLY
|
||||||
if [[ $REPLY == [Yy] ]]; then
|
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
|
fi
|
||||||
|
|
||||||
#This section installs software outside apt
|
#This section installs software outside apt
|
||||||
|
|
3
udeps.sh
3
udeps.sh
|
@ -45,7 +45,8 @@ read -n1 -p $'Does this system need a ssh server?\n' REPLY
|
||||||
fi
|
fi
|
||||||
read -n1 -p $'\nDoes this system have a GUI?\n' REPLY
|
read -n1 -p $'\nDoes this system have a GUI?\n' REPLY
|
||||||
if [[ $REPLY == [Yy] ]]; then
|
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
|
fi
|
||||||
|
|
||||||
release=`lsb_release -cs`
|
release=`lsb_release -cs`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue