You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been trying to conduct a Nextcloud test on Proxmox VE 8.2. After importing the Nextcloud VM Pre-installed – 100 GB virtual machine and successfully starting it up, I logged into the system following the virtual machine's prompts. After entering the sudo password, the system displayed the following error message:
To me this seems like a network issue on your side. Remove the VM completley, start over. But before you do, please install a server on the same VLAN just to confirm networking is working all the way out on the internet.
I have been trying to conduct a Nextcloud test on Proxmox VE 8.2. After importing the Nextcloud VM Pre-installed – 100 GB virtual machine and successfully starting it up, I logged into the system following the virtual machine's prompts. After entering the sudo password, the system displayed the following error message:
Nextcloud VM - 2024 - Nextcloud Startup Script
Script failed to download. Please run: 'sudo curl -sLO https://raw.githubusercontent.com/nextcloud/vm/main/menu/startup_configuration.sh|php|py' and try again.
If it still fails, please report this issue to: https://github.com/nextcloud/vm/issues.
I attempted to execute the following command in the command line: sudo curl -sLO https://raw.githubusercontent.com/nextcloud/vm/main/menu/startup_configuration.sh|php|py, and I received the prompt: -bash: py: command not found.
I modified the command to: sudo curl -sLO https://raw.githubusercontent.com/nextcloud/vm/main/menu/startup_configuration.sh|php|python3 and executed it. There were no error messages output, but there was also no success message.
I restarted the VM, but the result remained the same.
How can I correctly complete the aforementioned process?
The text was updated successfully, but these errors were encountered: