Browse Source

Update daemonsync.sh

tteckster 3 năm trước cách đây
mục cha
commit
37d89837cd
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      ct/daemonsync.sh

+ 1 - 1
ct/daemonsync.sh

@@ -153,7 +153,7 @@ echo -e "${CM}${CL} \r"
 
 alias lxc-cmd="lxc-attach -n $CTID --"
 
-lxc-cmd bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/dev/setup/daemonsync-install.sh)" || exit
+lxc-cmd bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/daemonsync-install.sh)" || exit
 
 IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')