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 @@ -21,13 +21,13 @@ In order to enable the application as a service on a Linux systemd enabled syste
21213. Download the latest release of NeewerLite-Python and export it the folder ` /opt/NeewerLite-Python/` .
2222
2323 ` ` ` bash
24- wget https://github.com/taburineagle/NeewerLite-Python/archive/refs/tags/0.11 .zip -O ~ /NeewerLite-Python.zip && sudo unzip ~ /NeewerLite-Python.zip -d /opt/
24+ wget https://github.com/taburineagle/NeewerLite-Python/archive/refs/tags/0.12 .zip -O ~ /NeewerLite-Python.zip && sudo unzip ~ /NeewerLite-Python.zip -d /opt/
2525 ` ` `
2626
27274. Rename the folder that was created to ` NeewerLite-Python` .
2828
2929 ` ` ` bash
30- sudo mv /opt/NeewerLite-Python-0.11 /opt/NeewerLite-Python
30+ sudo mv /opt/NeewerLite-Python-0.12 /opt/NeewerLite-Python
3131 ` ` `
3232
33335. Change the ownership of the files in the folder to the executing user.
You can’t perform that action at this time.
0 commit comments