mirror of
https://github.com/jeequan/jeepay
synced 2024-11-17 14:58:04 +08:00
兼容Ubuntu 下载不添加yum
This commit is contained in:
parent
0e5d5dbcab
commit
e64eea3c76
@ -22,7 +22,7 @@ fi
|
||||
# 检查 配置文件是否存在
|
||||
if ! [ -f "./config.sh" ]; then
|
||||
echo '下载默认配置文件。'
|
||||
yum install -y wget && wget -O config.sh https://gitee.com/jeequan/jeepay/raw/master/docs/install/config.sh
|
||||
wget -O config.sh https://gitee.com/jeequan/jeepay/raw/master/docs/install/config.sh
|
||||
fi
|
||||
|
||||
#引入config
|
||||
|
Loading…
Reference in New Issue
Block a user