From 8a04b33435187ad693a5f1aab67cd60b7452e9d6 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 26 Dec 2023 19:57:20 +0200 Subject: [PATCH] Added install target --- Makefile | 2 ++ 1 file changed, 2 insertions(+) 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