diff --git a/README.md b/README.md index 7f569b0..48b3af9 100644 --- a/README.md +++ b/README.md @@ -5,22 +5,26 @@ Installify is a Bash shell script to download new software and applications. * Android Studio (TO-DO) * Bootstrap Studio * Chrome +* Chromium * Defold (TO-DO) * Discord (TO-DO) * Docker * Firefox * Gcc * Git -* Node +* Golang +* Node/NVM * NordVPN * OBS -* PHP -* Python (TO-DO) -* Yarn * Open-jdk +* PHP +* Postman +* Python (TO-DO) * Slack * Spotify +* Teams * Visual Studio Code +* Yarn * Xampp (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 :) diff --git a/src/applications/chromium.sh b/src/applications/chromium.sh new file mode 100644 index 0000000..d25db90 --- /dev/null +++ b/src/applications/chromium.sh @@ -0,0 +1,2 @@ +sudo apt update +sudo apt install chromium-browser -y \ No newline at end of file