mirror of
https://github.com/riegera2412/UVtools.git
synced 2026-07-09 01:52:32 +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
|
||||
|
||||
# Required dotnet-sdk to run arm64 and bypass codesign
|
||||
[ "$arch_name" == "arm64" -a -z "$(command -v dotnet)" ] brew install --cask dotnet-sdk
|
||||
[ "$arch_name" == "arm64" -a -z "$(command -v dotnet)" ] && brew install --cask dotnet-sdk
|
||||
|
||||
if [ -d "$appDir" ]; then
|
||||
# Remove quarantine security from files
|
||||
|
||||
Reference in New Issue
Block a user