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
|
## 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
|
||||||
|
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