Skip to content

Instantly share code, notes, and snippets.

@thegreatestminer
Created December 13, 2020 18:09
Show Gist options
  • Select an option

  • Save thegreatestminer/20bee49bc24d7569ee2f3c3df60a1e29 to your computer and use it in GitHub Desktop.

Select an option

Save thegreatestminer/20bee49bc24d7569ee2f3c3df60a1e29 to your computer and use it in GitHub Desktop.

Revisions

  1. thegreatestminer created this gist Dec 13, 2020.
    12 changes: 12 additions & 0 deletions getrar
    Original 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