We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46d2187 commit b8b2224Copy full SHA for b8b2224
native-script.rb
@@ -8,7 +8,7 @@
8
unless Process.uid == 0
9
# Execute as root
10
puts "This scripts needs sudo permissions"
11
- exec('sudo ruby -e "$(curl -fsSL https://raw.githubusercontent.com/NativeScript/nativescript-cli/production/setup/native-script.rb)"')
+ exec('sudo ruby -e "$(curl -fsSL https://www.nativescript.org/setup/mac)"')
12
end
13
14
$silentMode = false
0 commit comments