Skip to content

Commit

Permalink
Added Google Chrome Installation Script
Browse files Browse the repository at this point in the history
  • Loading branch information
rebornplusplus committed Sep 10, 2022
1 parent 4c59462 commit 77a1caf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
for bashfile in $(find scripts/*.sh | sort); do
echo -e "\nExecuting $bashfile ...\n"
bash $bashfile
done
3 changes: 3 additions & 0 deletions scripts/google_chrome.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
echo "Installing Google Chrome.."
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
dpkg -i google-chrome-stable_current_amd64.deb

0 comments on commit 77a1caf

Please sign in to comment.