We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c59462 commit 77a1cafCopy full SHA for 77a1caf
install.sh
@@ -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
@@ -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 commit comments