diff --git a/Makefile b/Makefile index cf68fec..046597b 100644 --- a/Makefile +++ b/Makefile @@ -9,12 +9,14 @@ install: @install -v -d "$(BINDIR)/" && install -m 0755 -v hilbish "$(BINDIR)/hilbish" @mkdir -p "$(LIBDIR)" @cp libs preload.lua .hilbishrc.lua "$(LIBDIR)" -r + @echo /usr/bin/hilbish >> /etc/shells @echo "Hilbish Installed" uninstall: @rm -vrf \ "$(BINDIR)/hilbish" \ "$(LIBDIR)" + @sed '/\/usr\/bin\/hilbish/d' /etc/shells @echo "Hilbish Uninstalled" clean: