https://github.com/grandmoff100/discordapt
A Github Pages hosted APT/Debian repository for installing Discord
https://github.com/grandmoff100/discordapt
apt apt-get discord ppa
Last synced: 3 months ago
JSON representation
A Github Pages hosted APT/Debian repository for installing Discord
- Host: GitHub
- URL: https://github.com/grandmoff100/discordapt
- Owner: GrandMoff100
- Created: 2023-01-14T16:40:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-06T00:27:45.000Z (about 1 year ago)
- Last Synced: 2024-10-14T08:49:56.827Z (12 months ago)
- Topics: apt, apt-get, discord, ppa
- Homepage:
- Size: 35.2 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DiscordAPT
A Github Pages hosted APT/Debian repository for installing DiscordPulls the latest `deb` file from Discord nightly.
## Notice
This repository is a bit tricky to setup for beginners. For an easier (and more maintained) way to install discord via command-line please go look at the [Snapcrafters community project](https://github.com/snapcrafters/discord).## Setup
```bash
curl -s --compressed "https://grandmoff100.github.io/DiscordAPT/discordapt.gpg" | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/discordapt.gpg > /dev/null
sudo curl -s --compressed -o /etc/apt/sources.list.d/discordapt.list "https://grandmoff100.github.io/DiscordAPT/discordapt.list"
sudo apt update
```## Install
```bash
sudo apt install discord
```