Skip to content

Commit b8b2224

Browse files
committed
Remove reference to the old production branch.
Fixes: [#3228](NativeScript/nativescript-cli#3228)
1 parent 46d2187 commit b8b2224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

native-script.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
unless Process.uid == 0
99
# Execute as root
1010
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)"')
11+
exec('sudo ruby -e "$(curl -fsSL https://www.nativescript.org/setup/mac)"')
1212
end
1313

1414
$silentMode = false

0 commit comments

Comments
 (0)