Skip to content

Instantly share code, notes, and snippets.

@Nevexo
Created July 23, 2018 22:48
Show Gist options
  • Save Nevexo/aa9583bd6ab5c7d110da2fd7aaa28572 to your computer and use it in GitHub Desktop.
Save Nevexo/aa9583bd6ab5c7d110da2fd7aaa28572 to your computer and use it in GitHub Desktop.
Skookum As Frig Discord Install script for Deb/Ubu
# The "bullet-proof" skookum-as-frig Discord installer
# Mostly uses DVM but installs that other bullshit too
# Inspired by https://xkcd.com/1654/
cd /tmp
mkdir dvm
cd dvm
git clone https://github.com/aurieh/dvm.sh
cd dvm.sh
chmod +x dvm.sh
./dvm.sh update_path
apt install libgconf-2-4 libc++1 #lmao memes
./dvm install canary
./dvm default canary
echo "dont farking use discord yet close it when its done"
./dvm run canary
./dvm desktop canary > /usr/share/applications/discordcanary.desktop
echo "k done - u can open it with discord or the desktop file."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment