Skip to content

Commit

Permalink
Update toltecctl to fix uninstalling error (#740)
Browse files Browse the repository at this point in the history
* Update toltecctl to fix uninstalling error

---------

Co-authored-by: Nathaniel van Diepen <[email protected]>
  • Loading branch information
Jayy001 and Eeems authored Sep 25, 2023
1 parent b8a60d3 commit 1c42c05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package/toltec-bootstrap/package
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
pkgnames=(toltec-bootstrap)
pkgdesc="Manage your Toltec install"
url=https://toltec-dev.org/
pkgver=0.2.2-1
timestamp=2022-02-28T00:12Z
pkgver=0.2.3-1
timestamp=2023-09-17T17:35Z
section="utils"
maintainer="Eeems <[email protected]>"
license=MIT
Expand Down
2 changes: 1 addition & 1 deletion package/toltec-bootstrap/toltecctl
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ uninstall() {

# Remove installed packages in reverse dependency order
list-installed-ordered | while read -r pkgname; do
"$opkg_path" remove --force-depends --force-remove "$pkgname"
"$opkg_path" remove --force-removal-of-essential-packages --force-depends --force-remove "$pkgname"
done

systemctl daemon-reload
Expand Down

0 comments on commit 1c42c05

Please sign in to comment.