added chromium

This commit is contained in:
Ryan Bakkes 2022-09-26 17:40:09 +02:00
parent 2488944619
commit 1883d06278
2 changed files with 10 additions and 4 deletions

View File

@ -5,22 +5,26 @@ Installify is a Bash shell script to download new software and applications.
* Android Studio (TO-DO) * Android Studio (TO-DO)
* Bootstrap Studio * Bootstrap Studio
* Chrome * Chrome
* Chromium
* Defold (TO-DO) * Defold (TO-DO)
* Discord (TO-DO) * Discord (TO-DO)
* Docker * Docker
* Firefox * Firefox
* Gcc * Gcc
* Git * Git
* Node * Golang
* Node/NVM
* NordVPN * NordVPN
* OBS * OBS
* PHP
* Python (TO-DO)
* Yarn
* Open-jdk * Open-jdk
* PHP
* Postman
* Python (TO-DO)
* Slack * Slack
* Spotify * Spotify
* Teams
* Visual Studio Code * Visual Studio Code
* Yarn
* Xampp (TO-DO) * Xampp (TO-DO)
* ZSH (TO-DO) * ZSH (TO-DO)
* Missing any applications or software? Feel free to leave an issue behind or create a merge request with the created files :) * Missing any applications or software? Feel free to leave an issue behind or create a merge request with the created files :)

View File

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