My dotfiles
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
207 B

  1. curl -L "https://discord.com/api/download/stable?platform=linux&format=tar.gz" -o ~/scripts/discord.tar.gz
  2. rm -rf ~/scripts/Discord
  3. tar xf ~/scripts/discord.tar.gz -C ~/scripts/
  4. rm ~/scripts/discord.tar.gz