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: Manual revert
 
(One intermediate revision by the same user not shown)
(No difference)

Latest revision as of 17:37, 21 March 2024

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