2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-05-09 22:03:22 +00:00

fix: replace BSD-incompatible sed call

This commit is contained in:
crumbtoo 2023-02-17 17:26:10 -07:00
parent 6be65c04a6
commit 31916510f7

View File

@ -34,4 +34,4 @@ tasks:
- rm -vrf
"{{.DESTDIR}}{{.BINDIR}}/hilbish"
"{{.DESTDIR}}{{.LIBDIR}}"
- sed -i '/hilbish/d' /etc/shells
- grep -v 'hilbish' /etc/shells > /tmp/shells.hilbish_uninstall && mv /tmp/shells.hilbish_uninstall /etc/shells