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 edit summary Tag: Reverted |
||
Line 2: | Line 2: | ||
Root= | Root= | ||
<syntaxhighlight lang=bash> | <syntaxhighlight lang=bash> | ||
curl -fsSL https://www.phidgets.com/downloads/setup_linux | bash - | curl -fsSL https://www.phidgets.com/downloads/setup_linux | bash - &&\ | ||
apt-get install -y libphidget22 | apt-get install -y libphidget22 | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Line 8: | Line 8: | ||
Non-Root= | Non-Root= | ||
<syntaxhighlight lang=bash> | <syntaxhighlight lang=bash> | ||
curl -fsSL https://www.phidgets.com/downloads/setup_linux | sudo -E bash - | curl -fsSL https://www.phidgets.com/downloads/setup_linux | sudo -E bash - &&\ | ||
sudo apt-get install -y libphidget22 | sudo apt-get install -y libphidget22 | ||
</syntaxhighlight> | </syntaxhighlight> | ||
</tabber> | </tabber> |
Revision as of 20:35, 14 April 2023
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