Skip to content

Commit

Permalink
add uninstall instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Evidlo committed Dec 27, 2024
1 parent 02cc941 commit 5636b8b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,14 @@ You can clean up logfiles which take up considerable space on the root partition
``` bash
journalctl --vacuum-size=2M
```

### Uninstallation

``` bash
umount /opt
rm -rf /opt
rm -rf /home/root/.entware
rm /etc/systemd/system/opt.mount
systemctl daemon-reload
systemctl disable opt.mount
```

0 comments on commit 5636b8b

Please sign in to comment.