Created
December 13, 2020 18:09
-
-
Save thegreatestminer/20bee49bc24d7569ee2f3c3df60a1e29 to your computer and use it in GitHub Desktop.
Revisions
-
thegreatestminer created this gist
Dec 13, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,12 @@ #!/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