Browse Source

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

pull/1/head
Dick Hollenbeck 12 years ago
parent
commit
7985a4b16b
  1. 6
      scripts/kicad-install.sh

6
scripts/kicad-install.sh

@ -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
}

Loading…
Cancel
Save