Template:LinuxInstallScript: Difference between revisions
From Phidgets Support
No edit summary Tag: Manual revert |
No edit summary |
||
Line 3: | Line 3: | ||
<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 | apt install -y libphidget22 | ||
</syntaxhighlight> | </syntaxhighlight> | ||
|-| | |-| | ||
Line 9: | Line 9: | ||
<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 | sudo apt install -y libphidget22 | ||
</syntaxhighlight> | </syntaxhighlight> | ||
</tabber> | </tabber> |
Latest revision as of 18:03, 20 January 2025
curl -fsSL https://www.phidgets.com/downloads/setup_linux | bash -
apt install -y libphidget22
curl -fsSL https://www.phidgets.com/downloads/setup_linux | sudo -E bash -
sudo apt install -y libphidget22