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;;