浏览代码

Update build.func

fix
tteckster 2 年之前
父节点
当前提交
ddc8c69e95
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      misc/build.func

+ 1 - 1
misc/build.func

@@ -421,7 +421,7 @@ EOF
   msg_info "Starting LXC Container"
   pct start "$CTID"
   msg_ok "Started LXC Container"
-  lxc-attach -n "$CTID" -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/dev/install/$var_install.sh)" || exit
+  lxc-attach -n "$CTID" -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/install/$var_install.sh)" || exit
 
 }