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...

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

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