No need to download md5 files

main
sigonasr2, Sig, Sigo 3 years ago
parent ecd8a104ea
commit 1a36ea04bf
  1. 2
      utils/md5
  2. 2
      utils/search.sh

@ -1,3 +1,3 @@
d682bd9df64981bdd93ed1413e96802c - d682bd9df64981bdd93ed1413e96802c -
548480c89fb8d6668a83ee9e534eb2dd - 548480c89fb8d6668a83ee9e534eb2dd -
d51f3526991522d890ca2ebd3f735b75 - fd74adfda9b84c0c6348060b73a0ec67 -

@ -30,6 +30,7 @@ function check() {
echo " Differences detected!" echo " Differences detected!"
for g in $FILES2 for g in $FILES2
do do
if [ "$g" != "md5" ]; then
if [ -f $1$g ]; if [ -f $1$g ];
then then
echo "++Redownload $1$g..." echo "++Redownload $1$g..."
@ -46,6 +47,7 @@ function check() {
curl https://raw.githubusercontent.com/sigonasr2/SigScript/main/$1$g --output scripts/$g curl https://raw.githubusercontent.com/sigonasr2/SigScript/main/$1$g --output scripts/$g
fi fi
fi fi
fi
done done
fi fi
fi fi

Loading…
Cancel
Save