summaryrefslogtreecommitdiff
path: root/scripts/get.sh
diff options
context:
space:
mode:
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$//')