Skip to content

Commit

Permalink
Merge pull request #613 from 3DCoded/feat-help-url
Browse files Browse the repository at this point in the history
Add Help URLs to Installer
  • Loading branch information
moggieuk authored Feb 3, 2025
2 parents 77ef9e3 + c55e4b3 commit 395db13
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1490,6 +1490,8 @@ questionaire() {
HAS_ENCODER=no
HAS_SELECTOR=no
HAS_SERVO=no
HELP_URL="https://github.com/moggieuk/Happy-Hare/wiki/Quick-Start-3MS"
HELP_URL_B="https://3dcoded.github.io/3MS/instructions/"
_hw_mmu_vendor="3MS"
_hw_mmu_version="1.0"
_hw_selector_type=VirtualSelector
Expand Down Expand Up @@ -2103,6 +2105,13 @@ questionaire() {
echo
echo " Good luck! MMU is complex to setup. Remember Discord is your friend.."
echo -e " Join the dedicated Happy Hare forum here: ${EMPHASIZE}https://discord.gg/98TYYUf6f2${INFO}"
if [ -n "${HELP_URL}" ]; then
echo -e " Make sure to follow these instructions while setting up your MMU:"
echo -e " ${EMPHASIZE}${HELP_URL}"
if [ -n "${HELP_URL_B}" ]; then
echo -e " ${EMPHASIZE}${HELP_URL_B}"
fi
fi
echo
echo " ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^"
echo
Expand Down

0 comments on commit 395db13

Please sign in to comment.