From aff74e6329f22634ca8e174fb8f2b8e13cdbf47e Mon Sep 17 00:00:00 2001 From: sreith1 Date: Sun, 3 Mar 2024 00:51:15 +0100 Subject: [PATCH] Update README.md - fix Proxmox script location Signed-off-by: sreith1 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c35eebc19..e8aec5b24 100644 --- a/README.md +++ b/README.md @@ -127,11 +127,11 @@ lxc start ncp ## Run in Proxmox -Use the [install script][ncp-proxmox-install-script-v5] from [tteck][tteck-profile] to install the LXC container on your Proxmox instance +Use the [install script][ncp-proxmox-install-script] from [tteck][tteck-profile] to install the LXC container on your Proxmox instance He has multiple helper scripts available for Proxmox on his [website][website-helper-scripts], do go have a look if you're using Proxmox. :+1: -Installation: `bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/nextcloudpi-v5.sh)"` +Installation: `bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/nextcloudpi.sh)"` Default Settings: `2GB RAM - 8GB Storage - 2vCPU` @@ -288,7 +288,7 @@ You can find us on the [Forum][nc-forum], [Telegram][chat-telegram] or [Matrix][ [website-helper-scripts]: https://tteck.github.io/Proxmox/ -[ncp-proxmox-install-script-v5]: https://github.com/tteck/Proxmox/blob/main/install/nextcloudpi-v5-install.sh +[ncp-proxmox-install-script]: https://github.com/tteck/Proxmox/blob/main/install/nextcloudpi-install.sh