Skip to content

Instantly share code, notes, and snippets.

@WillSams
Last active September 19, 2023 15:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save WillSams/5eeab4fba9c83bccba38c222cd5dc680 to your computer and use it in GitHub Desktop.
Save WillSams/5eeab4fba9c83bccba38c222cd5dc680 to your computer and use it in GitHub Desktop.
Open PLC Install
# 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