As has been repeatedly asked for, this is an APT repository for Discord. Note that I do not in anyway claim ownership over the .deb files here, this is just merely a nicer packaging option. Discord: if you want to do this yourself, please tell me about it and I'll point people there instead!
- Create a file
/etc/apt/sources.list.d/discord.list
with the contentsdeb https://palfrey.github.io/discord-apt/debian/ ./
- Download the file https://palfrey.github.io/discord-apt/discord-apt.gpg.asc to
/etc/apt/trusted.gpg.d
sudo apt-get update
sudo apt-get install discord
BTW, if you want full-colour emojis, install fonts-noto-color-emoji
. The discord packages really should depend on that, but apparently don't for some reason.
(I have no interest in PRs to improve these instructions or helper scripts for this. They're not very hard, but I don't want to provide free support here for anyone who can't follow those instructions. If you disagree with this, either bug Discord into supporting this themselves or fork this repo and do whatever in your fork.)
This should not be needed, as .github/workflows/update.yml
should do this, but just in case..
pip install -r requirements.txt
python get_new_package.py
- If this says
already have discord-<version>.deb
and there's no new .debs in the repo, there's nothing to do further.
- If this says
export KEY_PASSPHRASE=<key phrase for the Discord Apt Repository key>
make debian/Release.gpg
, which should regenerate all the other files.- Commit, push, etc and the Github Pages automation will deal with the rest.