Explorar el Código

Update adguard.sh

tteckster hace 3 años
padre
commit
b23bb6965b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      ct/adguard.sh

+ 1 - 1
ct/adguard.sh

@@ -151,7 +151,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/adguard-install.sh)" || exit
+lxc-cmd bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/adguard-install.sh)" || exit
 
 IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')