From 5125679cbd40f6f4ffced34beb15a2ef957f7c08 Mon Sep 17 00:00:00 2001 From: Boaz Sender Date: Sun, 20 Apr 2025 10:50:47 -0700 Subject: [PATCH] update instructions --- setup/listener puppet/readme.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/setup/listener puppet/readme.md b/setup/listener puppet/readme.md index a00a1ad..6e1941e 100644 --- a/setup/listener puppet/readme.md +++ b/setup/listener puppet/readme.md @@ -41,7 +41,21 @@ You will need a micro SD card reader and computer to complete the next step. ## Setup instructions -Running the setup script from the command line +### Copy this repo to the pi. + +Option a: rsync +rsync path/to/portal grace@listener.local:portal + +Option b: wget +sudo apt install wget unzip + +### Run the install script + +``` +ssh grace@portal.local +sudo apt install wget unzip +wget https://git.featherboaz.com/boazsender/portal/archive/main.zip +``` ### Using node and npm