TecDaddy Posted December 11, 2018 Posted December 11, 2018 I am getting the following error when I download and extract the bash bunny updater to my bash bunny and run the bbunny.app. ``` “bbupdater” can’t be opened because Sandbox is not allowed to open documents in Terminal. ``` By the way the switch is in arming mode (Closest to the USB port)
korang Posted December 11, 2018 Posted December 11, 2018 Did you make sure to sudo chmod +x the bbudater before trying to run?
Foxtrot Posted December 11, 2018 Posted December 11, 2018 Make sure you own the file, you have made it executable by setting the +x bit on it, and then remove it from the quarantine: xattr -r -d com.apple.quarantine bbunny.app/ OS X quarantines all software that isn't signed or downloaded through the App Store.
TecDaddy Posted December 12, 2018 Author Posted December 12, 2018 9 hours ago, Foxtrot said: Make sure you own the file, you have made it executable by setting the +x bit on it, and then remove it from the quarantine: xattr -r -d com.apple.quarantine bbunny.app/ OS X quarantines all software that isn't signed or downloaded through the App Store. This worked. Perhaps this little tidbit should go in the WiKi or in the readme file. I can add this and make a pull request if it is ok with you all.
Foxtrot Posted December 12, 2018 Posted December 12, 2018 8 hours ago, TecDaddy said: This worked. Perhaps this little tidbit should go in the WiKi or in the readme file. I can add this and make a pull request if it is ok with you all. Community contributions to the wiki are always welcome :). Glad the tip helped.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.