forked from sh-edraft.de/sh_linux_installation_scripts
Changed file structure
This commit is contained in:
9
common/debian/apps/chrome.sh
Normal file
9
common/debian/apps/chrome.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
install_chrome() {
|
||||
echo 'Installing Google 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
|
||||
}
|
Reference in New Issue
Block a user