Improved installations

This commit is contained in:
2021-04-17 21:53:16 +02:00
parent ad0a295243
commit 1581a9db03
4 changed files with 79 additions and 14 deletions

View File

@@ -0,0 +1,8 @@
#!/bin/bash
install_gnome_shell() {
echo 'Installing gnome-shell'
if [ $1 == "chrome" ]; then
sudo apt-get install chrome-gnome-shell -y
fi
}