From 7f35a6dfffe3793036cf501df68c28a115f0ab5a Mon Sep 17 00:00:00 2001 From: qtwrk Date: Mon, 10 Feb 2020 19:44:08 +0100 Subject: [PATCH] fix some pip module missing issue --- cyberpanel.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cyberpanel.sh b/cyberpanel.sh index 98458fd33..c708a0145 100644 --- a/cyberpanel.sh +++ b/cyberpanel.sh @@ -1095,6 +1095,9 @@ if [[ $debug == "0" ]] ; then fi if [[ $debug == "1" ]] ; then + wget -O requirements.txt https://raw.githubusercontent.com/usmannasir/cyberpanel/$BRANCH_NAME/requirments.txt + /usr/local/CyberPanel/bin/pip3 install --ignore-installed -r requirements.txt + rm -f requirements.txt /usr/local/CyberPanel/bin/python install.py $SERVER_IP $SERIAL_NO $LICENSE_KEY --postfix $POSTFIX_VARIABLE --powerdns $POWERDNS_VARIABLE --ftp $PUREFTPD_VARIABLE if grep "CyberPanel installation successfully completed" /var/log/installLogs.txt > /dev/null; then