An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# DiscordAPT
A Github Pages hosted APT/Debian repository for installing Discord

Pulls 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
```