summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2687d70..020d0d9 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,11 @@
+
+# git clone https://git.wit.org/wit/bash.git ~/.config/wit/ && cd ~/.config/wit && make new-install
+
+# git clone https://git.wit.org/wit/bash.git ~/.config/wit/
+# cd ~/.config/wit/
+# git config pull.rebase false
+# make new-install
+
all:
@echo
@echo is this a new install?
@@ -11,8 +19,12 @@ new-install:
git pull
make setup-bash
make setup-vim
+ifeq ($(USER),root)
make setup-apt
make go
+else
+ echo you are not root so you can not install packages
+endif
setup-bash:
ifeq ($(WIT_BASH),true)