Skip to content

Instantly share code, notes, and snippets.

@thegreatestminer
Created December 13, 2020 18:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thegreatestminer/20bee49bc24d7569ee2f3c3df60a1e29 to your computer and use it in GitHub Desktop.
Save thegreatestminer/20bee49bc24d7569ee2f3c3df60a1e29 to your computer and use it in GitHub Desktop.
dl rar and slap it into usrbin
#!/bin/bash
apt purge unrar
wget https://www.rarlab.com/rar/rarlinux-x64-6.0.0.tar.gz
tar xzf rarlinux-x64-6.0.0.tar.gz
cd rar
mv rar /usr/bin
mv unrar /usr/bin
cd ..
rm -rf rar
rm rarlinux-x64-6.0.0.tar.gz
clear
echo installed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment