3 lines
139 B
Bash
3 lines
139 B
Bash
wget -O discord.deb "https://discordapp.com/api/download?platform=linux&format=deb"
|
|
sudo dpkg -i discord.deb
|
|
echo "y" | sudo apt install -f |