Jump to content

BashBunny Updater Needs Help on macOS Catalina


Andrew Imeson

Recommended Posts

I just got my Bash Bunny today. Running the updater from macOS Catalina required a workaround.

Steps to reproduce:

  1. Download the Bunny Updater to /Volumes/BashBunny
  2. Extract it by using Finder (important: Extracting it via the `unzip` lead to an unlaunchable .app)
  3. Right click the BunnyUpdater app and click "Open" (this is important to get the security prompt to allow you to open it)
  4. It launches in Terminal.app with this message
    bunny_updater_problem.png

My workaround was to add this to my Zsh profile

EXPECTED_LOCATION=/Volumes/BashBunny
if [[ -d $EXPECTED_LOCATION ]]; then
    export BUNNYPATH=$EXPECTED_LOCATION
fi

My guess is macOS security improvements broke this, but that's just a guess.

Link to comment
Share on other sites

  • 4 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...