fix: replace BSD-incompatible sed call

pull/238/head
crumbtoo 2023-02-17 17:26:10 -07:00
parent 6be65c04a6
commit 31916510f7
1 changed files with 1 additions and 1 deletions

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