-
-
Notifications
You must be signed in to change notification settings - Fork 674
Description
Steps To Reproduce
1 Provision a new Ubuntu 24.04.3 LTS server.
2 Log in and switch to the root user:
sudo su
4 Download the installation script:
wget https://raw.githubusercontent.com/nextcloud/vm/refs/heads/main/nextcloud_install_production.sh
5 Make the script executable:
chmod +x nextcloud_install_production.sh
6 Run the script:
./nextcloud_install_production.sh
7 Follow the initial prompts. The script fails when it tries to download the Nextcloud zip file.
Expected Result
The script should successfully download the Nextcloud archive and complete the installation process.
Actual Result
The script fails with the following error message:
curl didn't produce a 200 status, is github.com reachable? Please report this to https://github.com/nextcloud/vm/issues.
Notably, this exact same installation process was working perfectly about 15 days ago on a similar setup, which suggests a recent regression might have been introduced.
Screenshots, Videos, or Pastebins


https://paste.sh/cWRES1MC#dc7SDGlGHCX9LxnSC4J7k2XT
Additional Context
Please note that the attached log file does not contain the final curl error, as the logging appears to have stopped just before the failure occurred. However, it contains the full process up to that point.
Build Version
31.0.8
Environment
By using the scripts
Environment Details
- Operating System: Ubuntu 24.04.3 LTS
- Kernel: 6.8.0-79-generic x86_64
- CPU Cores: 2
- RAM: 5.8 GB
- Virtualization/Cloud Provider: VirtualBox