forked from sh-edraft.de/sh_linux_installation_scripts
7 lines
116 B
Bash
7 lines
116 B
Bash
#!/bin/bash
|
|
|
|
install_gnome_shell() {
|
|
echo 'Installing gnome-shell'
|
|
sudo apt install chrome-gnome-shell -y
|
|
}
|