updated readme

This commit is contained in:
CarstenArend
2025-09-03 15:28:34 +02:00
parent 1f3befa654
commit 3214690434
2 changed files with 4 additions and 2 deletions

View File

@@ -1 +1,3 @@
#zeroPLC installer # zeroPLC installer
wget -q -O - https://git.sqegmbh.de/zeroPLC/zeroPLC-installer/raw/branch/master/install.sh | sudo bash

View File

@@ -102,7 +102,7 @@ echo "#################################################################"
sleep 1 sleep 1
while true; do 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 case $yn in
yes ) echo Starting zeroPLCgui installation to zeroPLCgui folder in home directory; yes ) echo Starting zeroPLCgui installation to zeroPLCgui folder in home directory;
break;; break;;