Added install target

This commit is contained in:
root 2023-12-26 19:57:20 +02:00
parent 4442f17467
commit 8a04b33435

View File

@ -20,3 +20,5 @@ install-blesh:
set-shell-to-bash: set-shell-to-bash:
usermod --shell "/bin/bash" $$(whoami) usermod --shell "/bin/bash" $$(whoami)
install: download-blesh extract-blesh install-blesh