added chrome install
This commit is contained in:
parent
0c01933424
commit
340c65178e
@ -4,9 +4,9 @@ Installify is a Bash shell script to download new software and applications.
|
||||
## Applications & Software
|
||||
* Android Studio (TO-DO)
|
||||
* Bootstrap Studio
|
||||
* Chromium (TO-DO)
|
||||
* Chrome
|
||||
* Defold (TO-DO)
|
||||
* Discord
|
||||
* Discord (TO-DO)
|
||||
* Docker
|
||||
* Firefox
|
||||
* Gcc
|
||||
|
2
src/applications/chrome.sh
Normal file
2
src/applications/chrome.sh
Normal 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
|
@ -1,2 +0,0 @@
|
||||
sudo apt-get update
|
||||
sudo apt install chromium -y
|
Loading…
x
Reference in New Issue
Block a user