Created discord install
This commit is contained in:
@@ -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
|
||||||
|
2
src/applications/Discord.sh
Normal file
2
src/applications/Discord.sh
Normal 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
|
@@ -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
|
|
Reference in New Issue
Block a user