Skip to content

Commit 5636b8b

Browse files
committed
add uninstall instructions
1 parent 02cc941 commit 5636b8b

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,14 @@ You can clean up logfiles which take up considerable space on the root partition
4040
``` bash
4141
journalctl --vacuum-size=2M
4242
```
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

Comments
 (0)