Accessing the Dhis2 Automated installation Script

i want to acces the Dhis2 automated installation Script
I have used this Querry:
wget https://raw.githubusercontent.com/dhis2-sre/install-script/main/install.sh
But I am getting this error:
-2025-05-22 22:34:02-- https://raw.githubusercontent.com/dhis2-sre/install-script/main/install.sh
Resolving raw.githubusercontent.com (raw.githubusercontent.com)… 185.199.110.133, 185.199.108.133, 185.199.109.133, …
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.110.133|:443… connected.
HTTP request sent, awaiting response… 404 Not Found
2025-05-22 22:34:02 ERROR 404: Not Found.

am I using the correct link for the script?

Hi @Tahir_Zaman

It’s not clear where you grabbed the link above from nor why you’re trying to access the specific file. However, all the links to the automated installation are found here: Automated Install on Ubuntu - DHIS2 Documentation

You can explore all the scripts in the Github repository, dhis2-server-tools/deploy/deploy.sh at main · dhis2/dhis2-server-tools · GitHub

I hope these links above help. Would you like to share more?

Thanks!