From kicad-install.sh, issue instructional aid on setting KIGITHUB if not already set.

This commit is contained in:
Dick Hollenbeck 2013-12-04 16:19:55 -06:00
parent 879a6225c2
commit 7985a4b16b
1 changed files with 6 additions and 0 deletions

View File

@ -230,6 +230,12 @@ install_or_update()
echo
echo 'All KiCad "--install-or-update" steps completed, you are up to date.'
if [ -z "${KIGITHUB}" ]; then
echo "Please set an environment variable by adding:"
echo "export KIGITHUB=https://github.com/KiCad"
echo "to your ~/.bashrc file. Then reboot."
fi
}