Version: 1.3
For Ubuntu, Debian (apt):
$ sudo apt update
$ sudo apt upgrade
$ sudo apt install git python3-pip
$ git clone https://github.com/memb3r/archer
$ cd archer
$ python3 install.py
$ python3 archer.py
For Fedora (dnf):
$ sudo dnf update
$ sudo dnf install git python3-pip
$ git clone https://github.com/memb3r/archer
$ cd archer
$ python3 install.py
$ python3 archer.py
For openSUSE (zypper):
$ sudo zypper refresh
$ sudo zypper install git python3-pip
$ git clone https://github.com/memb3r/archer
$ cd archer
$ python3 install.py
$ python3 archer.py
For Arch (pacman):
$ sudo pacman -Syu
$ sudo pacman -S git python-pip
$ git clone https://github.com/memb3r/archer
$ cd archer
$ python3 install.py
$ python archer.py
For Void Linux (xbps):
$ sudo xbps-install -S git python3-pip
$ git clone https://github.com/memb3r/archer
$ cd archer
$ python3 install.py
$ python3 archer.py