- The version conflict happened before because of an incorrect tag on github.
9 lines
129 B
Bash
Executable file
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
|