Setup Instructions
expand on updating a little (Fri, 15 Mar 2024 17:55:05 +0000)
by Demigodrick@wiki.lemmy.zip
--- original
+++ modified
@@ -108,7 +108,7 @@
## Updating
-Run the following commands in your installation folder. You can save them in a script `update.sh` for easier usage.
+Run the following commands in your installation folder.
```sh
wget https://github.com/Nutomic/ibis/releases/latest/download/ibis.gz
systemctl stop ibis
@@ -116,3 +116,9 @@
chmod +x ibis
systemctl start ibis
```
+
+You can save them in a script `update.sh` for easier usage.
+```sh
+sudo chmod +x update.sh
+sudo ./update.sh
+```