You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cyberpanel.sh
+1-109Lines changed: 1 addition & 109 deletions
Original file line number
Diff line number
Diff line change
@@ -256,6 +256,7 @@ if [[ $SERVER_COUNTRY == "CN" ]] ; then
256
256
sed -i 's|'$DOWNLOAD_SERVER'|cyberpanel.sh|g' install.py
257
257
sed -i 's|https://www.litespeedtech.com/packages/5.0/lsws-5.4.2-ent-x86_64-linux.tar.gz|https://'$DOWNLOAD_SERVER'/litespeed/lsws-'$LSWS_STABLE_VER'-ent-x86_64-linux.tar.gz|g' installCyberPanel.py
258
258
sed -i 's|wget -O - https://get.acme.sh \| sh|git clone https://gitee.com/qtwrk/acme.sh.git ; cd acme.sh ; ./acme.sh --install ; cd - ; rm -rf acme.sh|g' install.py
259
+
sed -i 's|composer.sh|composer_cn.sh|g' install.py
259
260
# global change for CN , regardless provider and system
0 commit comments