forked from sh-edraft.de/sh_linux_installation_scripts
Changed to apt
This commit is contained in:
@@ -5,5 +5,5 @@ install_chrome() {
|
||||
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
|
||||
sudo dpkg -i ./google-chrome-stable_current_amd64.deb
|
||||
rm google-chrome-stable_current_amd64.deb
|
||||
sudo apt-get install chrome-gnome-shell -y
|
||||
sudo apt install chrome-gnome-shell -y
|
||||
}
|
||||
|
Reference in New Issue
Block a user