mirror of
https://github.com/Gator96100/ProxSpace.git
synced 2025-08-19 12:59:48 -07:00
Install ansicolors and sslcrypto as well
This commit is contained in:
parent
d724d53083
commit
7cffd9b831
1 changed files with 3 additions and 1 deletions
|
@ -12,7 +12,9 @@ setup_proxspace ()
|
||||||
for pkg in $(grep "^[^#;]" /ps/packages.txt); do
|
for pkg in $(grep "^[^#;]" /ps/packages.txt); do
|
||||||
check_install $pkg
|
check_install $pkg
|
||||||
done
|
done
|
||||||
|
|
||||||
|
python3 -m pip install ansicolors sslcrypto
|
||||||
|
|
||||||
echo $(date '+%Y-%m-%d %H:%M:%S') > /ps/installed64.txt
|
echo $(date '+%Y-%m-%d %H:%M:%S') > /ps/installed64.txt
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue