Skip to content

Commit 77a1caf

Browse files
Added Google Chrome Installation Script
1 parent 4c59462 commit 77a1caf

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

install.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
for bashfile in $(find scripts/*.sh | sort); do
2+
echo -e "\nExecuting $bashfile ...\n"
3+
bash $bashfile
4+
done

scripts/google_chrome.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
echo "Installing Google Chrome.."
2+
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
3+
dpkg -i google-chrome-stable_current_amd64.deb

0 commit comments

Comments
 (0)