mirror of https://github.com/openspug/spug
U 更新一键安装脚本
parent
875f86dcbd
commit
553e9eb402
|
@ -53,7 +53,7 @@ function init_system_lib() {
|
||||||
|
|
||||||
function install_spug() {
|
function install_spug() {
|
||||||
echo "开始安装Spug..."
|
echo "开始安装Spug..."
|
||||||
curl -o /tmp/spug_latest.tar.gz https://spug.dev/installer/spug_latest.tar.gz
|
curl -o /tmp/spug_latest.tar.gz https://spug.dev/installer/latest/spug_latest.tar.gz
|
||||||
mkdir -p /data
|
mkdir -p /data
|
||||||
cd /data
|
cd /data
|
||||||
tar xf /tmp/spug_latest.tar.gz
|
tar xf /tmp/spug_latest.tar.gz
|
||||||
|
|
Loading…
Reference in New Issue