Install ansicolors and sslcrypto as well

This commit is contained in:
Gator96100 2021-02-24 23:09:59 +01:00
commit 7cffd9b831

View file

@ -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
}