Add missing sudo
parent
ca507708d8
commit
821ebca0b2
|
|
@ -3,7 +3,7 @@
|
||||||
echo "Requesting activation"
|
echo "Requesting activation"
|
||||||
|
|
||||||
# Make directory for license
|
# Make directory for license
|
||||||
mkdir /Library/Application\ Support/Unity
|
sudo mkdir /Library/Application\ Support/Unity
|
||||||
|
|
||||||
# Activate license
|
# Activate license
|
||||||
/Applications/Unity/Hub/Editor/$UNITY_VERSION/Unity.app/Contents/MacOS/Unity \
|
/Applications/Unity/Hub/Editor/$UNITY_VERSION/Unity.app/Contents/MacOS/Unity \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue