init update
This commit is contained in:
parent
abfd5fd2ec
commit
6cd4c6189d
2 changed files with 11 additions and 3 deletions
7
Tools/Update.sh
Executable file
7
Tools/Update.sh
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
wget https://git.macaw.me/LibreHacker/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 ./
|
||||
Update.sh
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue