From 3214690434cb0ead279e4226252e65f81d8f62aa Mon Sep 17 00:00:00 2001 From: CarstenArend Date: Wed, 3 Sep 2025 15:28:34 +0200 Subject: [PATCH] updated readme --- README.md | 4 +++- install.sh | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dfe97db..a74402e 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ -#zeroPLC installer \ No newline at end of file +# zeroPLC installer + +wget -q -O - https://git.sqegmbh.de/zeroPLC/zeroPLC-installer/raw/branch/master/install.sh | sudo bash \ No newline at end of file diff --git a/install.sh b/install.sh index c41c5c8..d2b7bf7 100644 --- a/install.sh +++ b/install.sh @@ -102,7 +102,7 @@ echo "#################################################################" sleep 1 while true; do -read -p "Do you want to intall the zeroPLCgui for simple testing of hardware functions? (yes/no) " yn < /dev/tty +read -p "Do you want to intall the zeroPLCgui for simple testing of hardware functions? Installation will take 10-20 minutes (yes/no) " yn < /dev/tty case $yn in yes ) echo Starting zeroPLCgui installation to zeroPLCgui folder in home directory; break;;