Created
November 4, 2022 05:27
-
-
Save gesleyelois/5d7aaa8518f735fa4b6d7aed741af430 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
cd ~/ | |
wget "https://discord.com/api/download?platform=linux&format=tar.gz" -O discord.tar.gz | |
sudo tar -xvf discord.tar.gz -C /usr/share/ | |
sudo mv /usr/share/Discord /usr/share/discord | |
sudo ln -s /usr/share/discord/discord.png /usr/share/icons/discord.png | |
sudo ln -s /usr/share/discord/Discord /usr/bin/discord | |
sudo cp /usr/share/discord/discord.desktop ~/.local/share/applications/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment