mirror of
https://github.com/sigmasternchen/Anineko
synced 2025-03-15 03:28:57 +00:00
yes, I am an idiot.
This commit is contained in:
parent
5675cf197a
commit
fa762942a1
2 changed files with 2 additions and 2 deletions
2
anineko
2
anineko
|
@ -42,7 +42,7 @@ help() {
|
|||
|
||||
if test "$mode" = "update"; then
|
||||
echo "Checking md5sum of current version..."
|
||||
if test "$(md5sum $0 | awk '{print $1}')" = $(wget -O - "https://raw.githubusercontent.com/overflowerror/Anineko/master/anineko.md5" -q); then
|
||||
if test "$(md5sum $(which $0) | awk '{print $1}')" = "$(wget -O - "https://raw.githubusercontent.com/overflowerror/Anineko/master/anineko.md5" -q | awk '{print $1}')"; then
|
||||
echo "Local version is up to date."
|
||||
exit 0
|
||||
fi
|
||||
|
|
|
@ -1 +1 @@
|
|||
86f1d383f0b510f4dd4f150c4696e4ab anineko
|
||||
1993bb8599c15ad1b9c11c0c11cf31a5 anineko
|
||||
|
|
Loading…
Reference in a new issue