You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The installer automatically installs config, shell completions, and systemd files to their proper system locations. It never overwrites existing files.
65
65
66
-
To uninstall: `sudo /opt/yabb/install.sh --remove`
66
+
To update: `sudo /opt/yabb/scripts/install.sh --force`
67
+
68
+
To uninstall: `sudo /opt/yabb/scripts/install.sh --remove`
67
69
68
70
### Build from source
69
71
@@ -135,19 +137,16 @@ yabb optimize
135
137
136
138
### Automation
137
139
138
-
YABB includes hardened systemd service files with security sandboxing:
140
+
YABB includes hardened systemd service files with security sandboxing.
141
+
The installer automatically installs these to `/etc/systemd/system/`.
139
142
140
143
```bash
141
-
# If installed via install.sh, service files are in /opt/yabb/
0 commit comments