Template:LinuxGetKey: Difference between revisions

From Phidgets Support
No edit summary
No edit summary
Line 1: Line 1:
<div class="bigTabs">
<tabber>
<tabber>
Root=
Root=
Line 11: Line 10:
</syntaxhighlight>
</syntaxhighlight>
</tabber>
</tabber>
</div>

Revision as of 17:33, 4 March 2021

wget -qO- http://www.phidgets.com/gpgkey/pubring.gpg | apt-key add - && echo 'deb http://www.phidgets.com/debian buster main' > /etc/apt/sources.list.d/phidgets.list

wget -qO- http://www.phidgets.com/gpgkey/pubring.gpg | sudo apt-key add - && sudo bash -c "echo 'deb http://www.phidgets.com/debian buster main' > /etc/apt/sources.list.d/phidgets.list"