1
0
Fork 0
mirror of https://github.com/tteck/Proxmox.git synced 2025-02-15 06:09:15 +01:00

Update nextcloudpi-install.sh

php8.2 error fix
This commit is contained in:
tteckster 2022-12-14 06:27:22 -05:00 committed by GitHub
commit ef8238332a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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/nextcloud/nextcloudpi/master/install.sh | bash &>/dev/null
curl -sSL https://raw.githubusercontent.com/tteck/nextcloudpi/master/install.sh | bash &>/dev/null
msg_ok "Installed NextCloudPi"
PASS=$(grep -w "root" /etc/shadow | cut -b6)