Improved installations
This commit is contained in:
8
common/apps/gnome_shell.sh
Normal file
8
common/apps/gnome_shell.sh
Normal 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
|
||||
}
|
Reference in New Issue
Block a user