diff --git a/INSTALL/INSTALL.ubuntu2404.md b/INSTALL/INSTALL.ubuntu2404.md index d1b4c2c..3e80355 100644 --- a/INSTALL/INSTALL.ubuntu2404.md +++ b/INSTALL/INSTALL.ubuntu2404.md @@ -18,6 +18,10 @@ sudo apt-get install -y php php-cli php-common php-mysql php-zip php-gd php-mbst Create and run the [install_latest_fo_release.sh](../scripts/install_latest_fo_release.sh) script with `sudo` to download the latest Monarc release and unpack it into `/var/lib/monarc/`. +```bash +wget -O - https://raw.githubusercontent.com/monarc-project/MonarcAppFO/refs/heads/master/scripts/install_latest_fo_release.sh > install_latest_fo_release.sh +sudo install_latest_fo_release.sh +``` > The script is built to be used in the CI/CD pipelines and will fail with a clear error if the release is not reachable or the deploy directory already exits.