Created discord install

This commit is contained in:
Ryan Bakkes 2021-09-25 22:42:07 +02:00
parent 8579114cd0
commit 9898475746
3 changed files with 3 additions and 4 deletions

View File

@ -6,7 +6,7 @@ Installify is a Bash shell script to download new software and applications.
* Bootstrap Studio * Bootstrap Studio
* Chromium (TO-DO) * Chromium (TO-DO)
* Defold (TO-DO) * Defold (TO-DO)
* Discord (TO-DO) * Discord
* Docker * Docker
* Firefox * Firefox
* Gcc * Gcc

View File

@ -0,0 +1,2 @@
sudo -u $SUDO_USER wget -O discord.deb "https://discordapp.com/api/download?platform=linux&format=deb"
sudo dpkg -i discord.deb

View File

@ -1,3 +0,0 @@
wget -O discord.deb "https://discordapp.com/api/download?platform=linux&format=deb"
sudo dpkg -i discord.deb
echo "y" | sudo apt install -f