Template:LinuxInstallScript: Difference between revisions
From Phidgets Support
(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=...") |
(No difference)
|
Revision as of 17:38, 4 March 2021
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