We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00e462e commit db67af3Copy full SHA for db67af3
psget.text
@@ -9,7 +9,7 @@ param (
9
)
10
11
& {
12
- $getscript = (Invoke-Webrequest 'https://raw.githubusercontent.com/xmake-io/xmake/master/scripts/get.ps1' -UseBasicParsing).Content
+ $getscript = (Invoke-Webrequest 'https://fastly.jsdelivr.net/gh/xmake-io/xmake@master/scripts/get.ps1' -UseBasicParsing).Content
13
if ($getscript -is [Byte[]]) {
14
$getscript = [System.Text.Encoding]::UTF8.GetString($getscript)
15
}
shget.text
@@ -10,4 +10,4 @@ remote_get_content() {
fi
-bash <(remote_get_content https://raw.githubusercontent.com/xmake-io/xmake/master/scripts/get.sh) $@
+bash <(remote_get_content https://fastly.jsdelivr.net/gh/xmake-io/xmake@master/scripts/get.sh) $@
0 commit comments