ruki пре 3 година
родитељ
комит
db67af32d9
2 измењених фајлова са 2 додато и 2 уклоњено
  1. 1 1
      psget.text
  2. 1 1
      shget.text

+ 1 - 1
psget.text

@@ -9,7 +9,7 @@ param (
 )
 
 & {
-  $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
   if ($getscript -is [Byte[]]) {
     $getscript = [System.Text.Encoding]::UTF8.GetString($getscript)
   }

+ 1 - 1
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) $@