Explorar o código

Update nextcloudpi-install.sh

switch back to github.com/nextcloud/
tteckster %!s(int64=2) %!d(string=hai) anos
pai
achega
bb88143a65
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      setup/nextcloudpi-install.sh

+ 1 - 1
setup/nextcloudpi-install.sh

@@ -85,7 +85,7 @@ apt-get install -y sudo &>/dev/null
 msg_ok "Installed Dependencies"
 
 msg_info "Installing NextCloudPi (Patience)"
-curl -sSL https://raw.githubusercontent.com/tteck/nextcloudpi/master/install.sh | bash &>/dev/null
+curl -sSL https://raw.githubusercontent.com/nextcloud/nextcloudpi/master/install.sh | bash &>/dev/null
 msg_ok "Installed NextCloudPi"
 
 PASS=$(grep -w "root" /etc/shadow | cut -b6)