Template:LinuxInstallScript

From Phidgets Support
Revision as of 17:38, 4 March 2021 by Mparadis (talk | contribs) (Created page with "<tabber> Root= <syntaxhighlight lang=bash> curl -fsSL https://www.phidgets.com/downloads/setup_linux | bash - apt-get install -y libphidget22 </syntaxhighlight> |-| Non-Root=...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
curl -fsSL https://www.phidgets.com/downloads/setup_linux | bash -
apt-get install -y libphidget22

curl -fsSL https://www.phidgets.com/downloads/setup_linux | sudo -E bash -
sudo apt-get install -y libphidget22