forked from sh-edraft.de/sh_linux_installation_scripts
Added echo outputs
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
install_chrome() {
|
||||
echo 'Installing 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
|
||||
|
Reference in New Issue
Block a user