added chrome install

This commit is contained in:
Ryan Bakkes 2021-09-27 02:06:05 +02:00
parent 0c01933424
commit 340c65178e
3 changed files with 4 additions and 4 deletions

View File

@ -4,9 +4,9 @@ Installify is a Bash shell script to download new software and applications.
## Applications & Software ## Applications & Software
* Android Studio (TO-DO) * Android Studio (TO-DO)
* Bootstrap Studio * Bootstrap Studio
* Chromium (TO-DO) * Chrome
* Defold (TO-DO) * Defold (TO-DO)
* Discord * Discord (TO-DO)
* Docker * Docker
* Firefox * Firefox
* Gcc * Gcc

View File

@ -0,0 +1,2 @@
sudo -u $SUDO_USER wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo dpkg -i google-chrome-stable_current_amd64.deb

View File

@ -1,2 +0,0 @@
sudo apt-get update
sudo apt install chromium -y