From 2ccbe99861b07fd226339d18db1b9c3db0c02ae9 Mon Sep 17 00:00:00 2001 From: "Mike Kostersitz (Oilcan Productions)" <77457397+oilcan-productions@users.noreply.github.com> Date: Fri, 28 Mar 2025 13:41:59 -0700 Subject: [PATCH] Update install.sh Fixing the extra break in the PCAP settings. Thank you @ggrinton for finding this --- install/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/install.sh b/install/install.sh index 6b139e0..c6156cf 100755 --- a/install/install.sh +++ b/install/install.sh @@ -104,7 +104,7 @@ case $prxn in ;; [Nn]* ) echo Skipped setting client11 permissions - OK if already set, otherwise Ethernet will not work - break + echo To set this at a later point in time run this command 'sudo setcap cap_net_raw,cap_net_admin=eip /opt/pidp11/src/02.3_simh/4.x+realcons/bin-rpi/pdp11_realcons' ;; * ) echo "Please answer Y or N.";; esac