summaryrefslogtreecommitdiff
path: root/scripts/get.sh
diff options
context:
space:
mode:
authorruki <[email protected]>2019-02-08 23:32:30 +0800
committerruki <[email protected]>2019-02-08 15:15:05 +0800
commit04f4888bf721d9d78b0feb56c392122966a36a4e (patch)
tree7f21056ae40f4e0734bd4b77eb8372f5150959fd /scripts/get.sh
parent7f5f3b0c1b8ffba6fed1e96fa30fcb5be3defa39 (diff)
update xmake github url
Diffstat (limited to 'scripts/get.sh')
-rwxr-xr-xscripts/get.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/get.sh b/scripts/get.sh
index 364a0d884..98a59ec2a 100755
--- a/scripts/get.sh
+++ b/scripts/get.sh
@@ -27,7 +27,7 @@ remote_get_content(){
if [ "$1" = "__uninstall__" ]
then
# uninstall
- makefile=$(remote_get_content https://github.com/tboox/xmake/raw/master/makefile)
+ makefile=$(remote_get_content https://github.com/xmake-io/xmake/raw/master/makefile)
while which xmake >/dev/null 2>&1
do
pre=$(which xmake | sed 's/\/bin\/xmake$//')