Last active
September 19, 2023 15:27
-
-
Save WillSams/5eeab4fba9c83bccba38c222cd5dc680 to your computer and use it in GitHub Desktop.
Open PLC Install
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Open PLC Install | |
# Editor and runtime | |
mkdir temp && cd $_ | |
git clone https://github.com/thiagoralves/OpenPLC_v3.git | |
cd OpenPLC_v3 | |
sudo bash -c "./install.sh linux" | |
cd ../.. | |
sudo bash -c "rm -rf temp" | |
echo "OpenPLC install of editor and runtime is complete" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment