Setup Instructions
expand on updating a little (2024-03-15 18:55:05)
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
+```