Skip to content

Instantly share code, notes, and snippets.

@HadetTheUndying
Created December 5, 2020 22:19
Show Gist options
  • Select an option

  • Save HadetTheUndying/15f822e6dd47963007fc4b18d614b422 to your computer and use it in GitHub Desktop.

Select an option

Save HadetTheUndying/15f822e6dd47963007fc4b18d614b422 to your computer and use it in GitHub Desktop.

How to install Discord on Void

Install xtools

sudo xbps-install -S xtools

Clone and Setup a Repo bootstrap:

git clone git://github.com/void-linux/void-packages.git
cd void-packages
./xbps-src binary-bootstrap
 

Allow Restricted Packages

echo XBPS_ALLOW_RESTRICTED=yes > etc/conf

Package and install Discord

./xbps-src pkg discord
xi discord
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment