Skip to content

Commit

Permalink
Merge pull request machinekit#18 from zultron/deb-pkg-signatures
Browse files Browse the repository at this point in the history
Update Debian archive install instructions
  • Loading branch information
mhaberler committed Jul 27, 2014
2 parents a2c9f91 + af765bd commit fe9ad11
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/packages-debian.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ Follow these steps to configure Apt and install Machinekit packages.
Copy and paste the following into a shell to configure the package archive:

sudo sh -c \
"echo 'deb http://deb.dovetail-automata.com wheezy main' > \
"sudo apt-key adv --keyserver hkp://keys.gnupg.net --recv-key 73571BB9; \
echo 'deb http://deb.dovetail-automata.com wheezy main' > \
/etc/apt/sources.list.d/machinekit.list"
sudo apt-get update

Expand Down

0 comments on commit fe9ad11

Please sign in to comment.