eris/install

13 lines
315 B
Text
Raw Normal View History

2021-10-31 22:49:13 +10:00
#!/bin/bash
set -e
sudo apt-get install -y python3.9 python3-pip
python3.9 -m pip install -r ./termstr/requirements.txt ./termstr \
-r ./fill3/requirements.txt ./fill3 \
./lscolors \
-r ./eris/requirements.txt $1 ./eris
2021-10-31 22:49:13 +10:00
./install-tools