This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Coms
/
LibreU3DSDK
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
move to Coms
master
LibreHacker
6 months ago
parent
02b7882039
commit
7763ac69ed
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Tools/Update.sh
+ 1
- 1
Tools/Update.sh
View File
@ -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 ./
Write
Preview
Loading…
Cancel
Save