eris/install
Andrew Hamilton 5000d7916e Can install from the source.
- The version conflict happened before because of an incorrect
  tag on github.
2021-12-20 21:43:17 +10:00

9 lines
129 B
Bash
Executable file

#!/bin/bash
set -e
sudo apt-get install -y python3.9 python3-pip
python3.9 -m pip install $1 ./eris
eris --apt-install-tools