Install ansicolors and sslcrypto as well

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

View file

@ -13,6 +13,8 @@ setup_proxspace ()
check_install $pkg
done
python3 -m pip install ansicolors sslcrypto
echo $(date '+%Y-%m-%d %H:%M:%S') > /ps/installed64.txt
fi
}