From 9c2da9053972b579ef001767ac39a7408cc1fc71 Mon Sep 17 00:00:00 2001 From: LGD-Fr Date: Mon, 27 Apr 2015 19:26:55 +0000 Subject: [PATCH] Edited online --- Installation de PCL.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Installation de PCL.md b/Installation de PCL.md index 5866c16..7231f7a 100644 --- a/Installation de PCL.md +++ b/Installation de PCL.md @@ -14,7 +14,8 @@ sudo apt-get install libpcl-all ``` #!sh -sudo add-apt-repository ppa:v-launchpad-jochen-sprickerhof-de/pcl +sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-key 19274DEF +sudo echo "deb http://ppa.launchpad.net/v-launchpad-jochen-sprickerhof-de/pcl/ubuntu maverick main" >> /etc/apt/sources.list sudo apt-get update sudo apt-get install libpcl-all ```