release: Move eris to ubuntu 21.10.
- Update readme. - php7 -> php8. - Fix python-coverage. - Also need python decorator module. - Replaced Mcrt1 with rotatingtree since Mcrt1 started raising a new warning.
This commit is contained in:
parent
42bf4d2582
commit
d83bea2ba8
15 changed files with 646 additions and 88 deletions
|
|
@ -11,7 +11,7 @@ if [ $DIST_ID != "ubuntu" ]; then
|
|||
fi
|
||||
echo "Installing the dependencies of the eris script…"
|
||||
sudo apt --yes install python3-pip python3.9 util-linux python3-cwcwidth
|
||||
python3.9 -m pip install pyinotify pygments docopt pillow toml
|
||||
python3.9 -m pip install pyinotify pygments docopt pillow toml decorator
|
||||
echo
|
||||
echo "Installing all the tools eris may need…"
|
||||
./install-tools
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue