Explorar o código

Update build.func

fix
tteckster %!s(int64=2) %!d(string=hai) anos
pai
achega
ddc8c69e95
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
 
 }