Skip to content

Commit

Permalink
feat: automatically remove Apples quarantine flag (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinJWendt authored Mar 19, 2024
1 parent 0e94f30 commit 3e76beb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ if [ "$OS" = "Darwin" ]; then
install_unix
create_launchd_plist
enable_launchd_plist
sudo xattr -r -d com.apple.quarantine /usr/local/bin/backrest # remove quarantine flag
elif [ "$OS" = "Linux" ]; then
echo "Installing on Linux"
install_unix
Expand Down

0 comments on commit 3e76beb

Please sign in to comment.