Added discord installation

This commit is contained in:
2021-04-21 13:55:26 +02:00
parent 225903d895
commit 3d804ebe75
3 changed files with 11 additions and 0 deletions

7
common/apps/discord.sh Normal file
View 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
}