eris/install

13 lines
324 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 $1 ./termstr \
-r ./fill3/requirements.txt $1 ./fill3 \
$1 ./lscolors \
-r ./eris/requirements.txt $1 ./eris
2021-10-31 22:49:13 +10:00
./install-tools