mirror of
https://github.com/Gator96100/ProxSpace.git
synced 2025-08-11 00:57:01 -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
|
||||
check_install $pkg
|
||||
done
|
||||
|
||||
|
||||
python3 -m pip install ansicolors sslcrypto
|
||||
|
||||
echo $(date '+%Y-%m-%d %H:%M:%S') > /ps/installed64.txt
|
||||
fi
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue