forked from sh-edraft.de/sh_linux_installation_scripts
Changed to apt
This commit is contained in:
@@ -3,6 +3,6 @@
|
||||
install_gnome_shell() {
|
||||
echo 'Installing gnome-shell'
|
||||
if [ $1 == "chrome" ]; then
|
||||
sudo apt-get install chrome-gnome-shell -y
|
||||
sudo apt install chrome-gnome-shell -y
|
||||
fi
|
||||
}
|
||||
|
Reference in New Issue
Block a user