Added discord installation
This commit is contained in:
7
common/apps/discord.sh
Normal file
7
common/apps/discord.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
install_discord() {
|
||||
echo 'Installing Discord'
|
||||
wget -O discord.deb "https://discordapp.com/api/download?platform=linux&format=deb"
|
||||
sudo dpkg -i discord.deb
|
||||
}
|
Reference in New Issue
Block a user