diff --git a/Makefile b/Makefile index dacbda4..bbe9ac2 100644 --- a/Makefile +++ b/Makefile @@ -20,3 +20,5 @@ install-blesh: set-shell-to-bash: usermod --shell "/bin/bash" $$(whoami) + +install: download-blesh extract-blesh install-blesh