@@ -30,8 +30,8 @@ If you can't use the autoinstall script, follow the manual installation steps fo
30302 . Open a new terminal window and run the following command to create a folder and download the OpenOps release files:
3131 ``` shell
3232 mkdir -p openops && cd openops && \
33- curl -OL https://github.com/openops-cloud/openops/releases/download/0.6.18 /openops-dc-0.6.18 .zip && \
34- unzip openops-dc-0.6.18 .zip && cp -n .env.defaults .env
33+ curl -OL https://github.com/openops-cloud/openops/releases/download/0.6.19 /openops-dc-0.6.19 .zip && \
34+ unzip openops-dc-0.6.19 .zip && cp -n .env.defaults .env
3535 ```
36363 . <UpdateCredentials />
37374 . Pull the images and run ` docker compose ` :
@@ -55,13 +55,13 @@ You can now access the application by navigating to http://localhost.
5555 # create and change directory
5656 mkdir -p openops && cd openops
5757 # download the release file
58- curl -OL https://github.com/openops-cloud/openops/releases/download/0.6.18 /openops-dc-0.6.18 .zip
58+ curl -OL https://github.com/openops-cloud/openops/releases/download/0.6.19 /openops-dc-0.6.19 .zip
5959 # refresh package lists
6060 sudo apt update
6161 # install unzip
6262 sudo apt install unzip
6363 # decompress release file
64- unzip openops-dc-0.6.18 .zip
64+ unzip openops-dc-0.6.19 .zip
6565 # copy the defaults to env without overwriting existing files
6666 cp --update=none .env.defaults .env
6767 ```
@@ -100,8 +100,8 @@ You can now access the application by navigating to http://localhost.
100100 ```
1011013 . Download the OpenOps release files:
102102 ``` powershell
103- Invoke-WebRequest -Uri "https://github.com/openops-cloud/openops/releases/download/0.6.18 /openops-dc-0.6.18 .zip"
104- Expand-Archive -Path "openops-dc-0.6.18 .zip" -DestinationPath .
103+ Invoke-WebRequest -Uri "https://github.com/openops-cloud/openops/releases/download/0.6.19 /openops-dc-0.6.19 .zip"
104+ Expand-Archive -Path "openops-dc-0.6.19 .zip" -DestinationPath .
105105 if (-Not (Test-Path ".env")) {
106106 Copy-Item ".env.defaults" ".env"
107107 }
0 commit comments