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!
- Download the file https://palfrey.github.io/discord-apt/discord-repo_1.1_all.deb and install it (e.g.
sudo dpkg -i discord-repo_1.1_all.debor whatever graphical tool you use for .deb files) sudo apt-get update- Install the desired version
| Version | Command |
|---|---|
| Stable | sudo apt-get install discord |
| PTB | sudo apt-get install discord-ptb |
| Canary | sudo apt-get install discord-canary |
(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.txtpython get_new_package.py- If this says
already have discord-<version>.deband 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.
- cd
discord-repo fakeroot ./debian/rules binary
fonts-noto-color-emoji is a dependency for full-colour emojis. The discord packages really should depend on that, but apparently don't for some reason.