2021-10-31 22:49:13 +10:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
set -e
|
|
|
|
|
|
|
|
|
|
|
2023-09-11 00:25:24 +10:00
|
|
|
sudo apt install -y python3.11 pipx
|
|
|
|
|
pipx install --system-site-packages $1 ./eris
|
2021-12-20 21:21:32 +10:00
|
|
|
eris --apt-install-tools
|
2021-12-22 01:03:39 +10:00
|
|
|
# When developing...
|
2023-09-10 21:03:17 +10:00
|
|
|
# python3.11 -m pip install -e ./eris
|
|
|
|
|
# python3.11 -m pip install -e ./fill3
|
|
|
|
|
# python3.11 -m pip install -e ./termstr
|
|
|
|
|
# python3.11 -m pip install -e ./lscolors
|