Skip to content

Commit

Permalink
Merge pull request #325 from mdhorn/debian-error-msgs
Browse files Browse the repository at this point in the history
Update the error message for Debian install
  • Loading branch information
mdhorn authored Oct 21, 2016
2 parents 0d75f5c + 6aca4bd commit 6626123
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions debian/dkms-pre-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,10 @@ currentdir=$(pwd)
if [ ${workdir} = ${currentdir} ]
then
echo ""
echo "ERROR: Could not download kernel sources."
echo " Ensure the 'deb-src' entry for your kernel is uncommented"
echo " in /etc/apt/sources.list or /etc/apt/sources.list.d/*"
echo " then update APT before retrying this package:"
echo " sudo apt-get update"
echo "ERROR: Could not download the required kernel sources to install RealSense camera support."
echo ""
echo " wget -O enable_kernel_sources.sh http://tinyurl.com/zaukmdq"
echo " bash ./enable_kernel_sources.sh"
echo ""
# See: http://askubuntu.com/questions/496549/error-you-must-put-some-source-uris-in-your-sources-list"
echo " See: http://tinyurl.com/pxbtvh5"
echo " To resolve, please follow the installation directions at:"
echo " http://wiki.ros.org/librealsense#Installation_Prerequisites"
echo ""
exit 86
fi
Expand Down

0 comments on commit 6626123

Please sign in to comment.