From kicad-install.sh, issue instructional aid on setting KIGITHUB if not already set.
This commit is contained in:
parent
879a6225c2
commit
7985a4b16b
|
@ -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…
Reference in New Issue