Remove mac mark all 755 (#9177)
This commit is contained in:
parent
eaf5e95996
commit
8189d72e06
1 changed files with 0 additions and 3 deletions
|
@ -8,9 +8,6 @@ PACKAGE=$1
|
|||
INSTALL_DESTINATION=$2
|
||||
INSTALL_TEMP_HOME=/tmp/dotnet-installer
|
||||
|
||||
# A temporary fix for the permissions issue(s)
|
||||
chmod -R 755 $INSTALL_DESTINATION
|
||||
|
||||
first_run() {
|
||||
$INSTALL_DESTINATION/dotnet exec $INSTALL_DESTINATION/sdk/%SDK_VERSION%/dotnet.dll internal-reportinstallsuccess "$1" > /dev/null 2>&1 || true
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue