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 0e94f308cd
commit 3e76bebd05
+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