mirror of
https://github.com/riegera2412/UVtools.git
synced 2026-07-08 17:42:31 +02:00
Update install-uvtools.sh
This commit is contained in:
@@ -47,7 +47,7 @@ if [ "${OSTYPE:0:6}" == "darwin" ]; then
|
||||
brew install --cask uvtools
|
||||
|
||||
if [ -d "$appDir" ]; then
|
||||
find "$appDir" -print0 | xargs -0 xattr -d com.apple.quarantine
|
||||
find "$appDir" -print0 | xargs -0 xattr -d com.apple.quarantine &> /dev/null
|
||||
open "$appDir" &
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user