From eae055e735cabcdc270597dae75f83c9b0fbc3ff Mon Sep 17 00:00:00 2001 From: Usman Nasir Date: Fri, 10 Apr 2020 22:50:49 +0500 Subject: [PATCH] move further pip resources --- cyberpanel.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/cyberpanel.sh b/cyberpanel.sh index 257216932..76db01e52 100644 --- a/cyberpanel.sh +++ b/cyberpanel.sh @@ -1037,10 +1037,7 @@ if [[ $debug == "0" ]] ; then fi if [[ $debug == "1" ]] ; then - wget -O requirements.txt https://$GIT_CONTENT_URL/${BRANCH_NAME}/requirments.txt - check_return - /usr/local/CyberPanel/bin/pip3 install --ignore-installed -r requirements.txt - rm -f requirements.txt + /usr/local/CyberPanel/bin/pip3 install /usr/local/pip-packs/* if [[ $REDIS_HOSTING == "Yes" ]] ; then /usr/local/CyberPanel/bin/python install.py $SERVER_IP $SERIAL_NO $LICENSE_KEY --postfix $POSTFIX_VARIABLE --powerdns $POWERDNS_VARIABLE --ftp $PUREFTPD_VARIABLE --redis enable