From 3230423446f2e8f2db6fe2b94b6df5f4f97979e9 Mon Sep 17 00:00:00 2001 From: Boaz Sender Date: Sun, 20 Apr 2025 11:19:04 -0700 Subject: [PATCH] update instructions --- setup/listener-puppet/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/listener-puppet/readme.md b/setup/listener-puppet/readme.md index b694381..9d49582 100644 --- a/setup/listener-puppet/readme.md +++ b/setup/listener-puppet/readme.md @@ -56,7 +56,7 @@ sudo apt install wget unzip wget https://git.featherboaz.com/boazsender/portal/archive/main.zip unzip main.zip rm main.zip -cd portal +cd portal/setup/listener-puppet chmod +x install.sh && ./install.sh ```