diff --git a/Makefile b/Makefile index 80a67e3..3b3f988 100644 --- a/Makefile +++ b/Makefile @@ -58,8 +58,6 @@ install: base-install $(INSTALL_TARGETS) base-install: - id $(USERNAME) || useradd --system --shell /bin/false --home $(VAR) \ - --comment "Capture The Flag" $(USERNAME) install --directory $(LIB) $(BIN) $(SBIN) install --directory --owner=$(USERNAME) $(VAR) install --directory --owner=$(USERNAME) $(WWW)