From 7763ac69ed3c1a16be02caaed346eccf7feb4f54 Mon Sep 17 00:00:00 2001 From: LibreHacker Date: Mon, 3 Aug 2020 23:03:25 +0300 Subject: [PATCH] move to Coms --- Tools/Update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/Update.sh b/Tools/Update.sh index 428ce77..51c3edf 100755 --- a/Tools/Update.sh +++ b/Tools/Update.sh @@ -1,5 +1,5 @@ #!/bin/bash -wget https://git.macaw.me/LibreHacker/LibreU3DSDK/raw/branch/master/Tools/Update.sh Tools/ +wget https://git.macaw.me/Coms/LibreU3DSDK/raw/branch/master/Tools/Update.sh Tools/ if (($(sha512sum Update.sh | awk '{print $1}') != $(sha512sum Tools/Update.sh | awk '{print $1}'))); then mv -f Tools/Update.sh ./