pull/420/head
midoks 2 years ago
parent 771905d7f6
commit 9c156928d8
  1. 2
      scripts/install.sh
  2. 2
      scripts/install_dev.sh
  3. 2
      scripts/lib.sh

@ -72,7 +72,7 @@ if [ ! -z "$cn" ];then
HTTP_PREFIX="https://ghproxy.com/" HTTP_PREFIX="https://ghproxy.com/"
fi fi
echo "local:${$LOCAL_ADDR}" echo "local:${LOCAL_ADDR}"
if [ $OSNAME != "macos" ];then if [ $OSNAME != "macos" ];then
if id www &> /dev/null ;then if id www &> /dev/null ;then

@ -76,7 +76,7 @@ if [ ! -z "$cn" ];then
HTTP_PREFIX="https://ghproxy.com/" HTTP_PREFIX="https://ghproxy.com/"
fi fi
echo "local:${$LOCAL_ADDR}" echo "local:${LOCAL_ADDR}"
if [ $OSNAME != "macos" ];then if [ $OSNAME != "macos" ];then
mkdir -p /www/server mkdir -p /www/server

@ -78,7 +78,7 @@ if [ "$LOCAL_ADDR" != "common" ];then
PIPSRC="https://pypi.tuna.tsinghua.edu.cn/simple" PIPSRC="https://pypi.tuna.tsinghua.edu.cn/simple"
fi fi
echo "local:${$LOCAL_ADDR}" echo "local:${LOCAL_ADDR}"
echo "pypi source:$PIPSRC" echo "pypi source:$PIPSRC"
#面板需要的库 #面板需要的库

Loading…
Cancel
Save