File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ follow these steps:
12121 . Download and extract the [ latest release] . ** DO NOT** clone the git repository. See below if you are interested in running test images:
1313
1414 ``` bash
15- wget $( curl -s https://api.github.com/repos/jitsi/docker-jitsi-meet/releases/latest | grep ' zip' | cut -d\" -f4)
15+ wget $( wget -q -O - https://api.github.com/repos/jitsi/docker-jitsi-meet/releases/latest | grep zip | cut -d\" -f4)
1616 ```
1717
18181. Unzip the package:
@@ -111,7 +111,7 @@ Follow [this](https://jitsi.github.io/handbook/docs/devops-guide/devops-guide-lo
111111If you want to update, simply run
112112
113113```bash
114- wget $(curl -s https://api.github.com/repos/jitsi/docker-jitsi-meet/releases/latest | grep ' zip' | cut -d\" -f4)
114+ wget $(wget -q -O - https://api.github.com/repos/jitsi/docker-jitsi-meet/releases/latest | grep zip | cut -d\" -f4)
115115```
116116
117117again (just like how you initially downloaded Jitsi). Then unzip and overwrite all when being asked:
You can’t perform that action at this time.
0 commit comments