more checks

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2023-03-09 20:52:53 -06:00
parent 6dcf4856ab
commit 3e166ab5d6
1 changed files with 12 additions and 0 deletions

View File

@ -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: all:
@echo @echo
@echo is this a new install? @echo is this a new install?
@ -11,8 +19,12 @@ new-install:
git pull git pull
make setup-bash make setup-bash
make setup-vim make setup-vim
ifeq ($(USER),root)
make setup-apt make setup-apt
make go make go
else
echo you are not root so you can not install packages
endif
setup-bash: setup-bash:
ifeq ($(WIT_BASH),true) ifeq ($(WIT_BASH),true)