sh_linux_installation_scripts/common/apps/gnome_shell.sh

9 lines
163 B
Bash
Raw Normal View History

2021-04-17 21:53:16 +02:00
#!/bin/bash
install_gnome_shell() {
echo 'Installing gnome-shell'
if [ $1 == "chrome" ]; then
sudo apt-get install chrome-gnome-shell -y
fi
}