2021-10-31 22:49:13 +10:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
set -e
|
|
|
|
|
|
|
|
|
|
|
2021-12-06 16:19:53 +10:00
|
|
|
sudo apt-get install -y python3.9 python3-pip
|
2021-12-29 22:52:52 +10:00
|
|
|
python3.9 -m pip install --upgrade pip
|
2021-12-20 21:43:17 +10:00
|
|
|
python3.9 -m pip install $1 ./eris
|
2021-12-20 21:21:32 +10:00
|
|
|
eris --apt-install-tools
|
2021-12-22 01:03:39 +10:00
|
|
|
# When developing...
|
|
|
|
|
# python3.9 -m pip install -e ./eris
|
|
|
|
|
# python3.9 -m pip install -e ./fill3
|
|
|
|
|
# python3.9 -m pip install -e ./termstr
|
|
|
|
|
# python3.9 -m pip install -e ./lscolors
|