Improved installations

This commit is contained in:
2021-11-24 09:37:45 +01:00
parent 8037177c83
commit 24c1d834fd
4 changed files with 89 additions and 3 deletions

View File

@@ -2,7 +2,5 @@
install_gnome_shell() {
echo 'Installing gnome-shell'
if [ $1 == "chrome" ]; then
sudo apt install chrome-gnome-shell -y
fi
sudo apt install chrome-gnome-shell -y
}