feat: automatically remove Apples quarantine flag (#155)

This commit is contained in:
Marvin Wendt
2024-03-18 23:38:11 -07:00
committed by GitHub
parent 2d9148318f
commit af2365196a
+1
View File
@@ -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