We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02cc941 commit 5636b8bCopy full SHA for 5636b8b
1 file changed
README.md
@@ -40,3 +40,14 @@ You can clean up logfiles which take up considerable space on the root partition
40
``` bash
41
journalctl --vacuum-size=2M
42
```
43
+
44
+### Uninstallation
45
46
+``` bash
47
+umount /opt
48
+rm -rf /opt
49
+rm -rf /home/root/.entware
50
+rm /etc/systemd/system/opt.mount
51
+systemctl daemon-reload
52
+systemctl disable opt.mount
53
+```
0 commit comments