mirror of
https://github.com/garethgeorge/backrest.git
synced 2026-08-29 04:16:39 +00:00
feat: automatically remove Apples quarantine flag (#155)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user