From 6a64c8c1201866233664431e0eed056b5eb0af39 Mon Sep 17 00:00:00 2001 From: FURK4NGG <105324908+FURK4NGG@users.noreply.github.com> Date: Sun, 18 Jan 2026 21:08:34 +0300 Subject: [PATCH] Update install.sh --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 2629e0f..c2d2e2d 100644 --- a/install.sh +++ b/install.sh @@ -46,7 +46,8 @@ mkdir -p "$BASE_DIR" # Copy files # ------------------------- echo "[blacklayer] copying files to $BASE_DIR" -cp -r ./* "$BASE_DIR/" +cp blacklayer event-driven.sh blacklayer.conf blacklayer-worker.sh call-blacklayer.sh "$BASE_DIR/" 2>/dev/null + # ------------------------- # Permissions