Compare commits
No commits in common. "55dd62af56a15d5859b4d3035cff46289363d241" and "45626d064153873246c14de2514af2cf7bd0a3fb" have entirely different histories.
55dd62af56
...
45626d0641
12
docs/USER.md
12
docs/USER.md
@ -85,15 +85,13 @@ the required ownership and will warn.
|
|||||||
## Uninstall
|
## Uninstall
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo /libreportal-system/install/uninstall.sh
|
sudo /libreportal-system/install/init.sh uninstall
|
||||||
# keep the rootless Docker layer + image cache for a fast reinstall:
|
|
||||||
sudo /libreportal-system/install/uninstall.sh --skip-docker-images
|
|
||||||
```
|
```
|
||||||
|
|
||||||
`uninstall.sh` finds your install automatically (even with custom roots — it reads
|
This removes the three roots, the system users, and the small out-of-tree
|
||||||
the real locations from the installed service) and removes the three roots, the
|
footprint (`/usr/local/lib/libreportal`, the `/etc` integration files). Add
|
||||||
system users, and the small out-of-tree footprint (`/usr/local/lib/libreportal`,
|
`--skip-docker-images` to keep the rootless Docker layer + image cache for a fast
|
||||||
the `/etc` integration files). `sudo init.sh uninstall` does the same thing.
|
reinstall.
|
||||||
|
|
||||||
> ⚠️ Uninstall permanently deletes all app data, configs, and the database. Take a
|
> ⚠️ Uninstall permanently deletes all app data, configs, and the database. Take a
|
||||||
> backup first if you want to keep anything.
|
> backup first if you want to keep anything.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user