corr. install.sh
This commit is contained in:
parent
1693c4db32
commit
62d274f696
@ -51,7 +51,8 @@ fi
|
||||
wget -q https://git.bcmaison.cf/Outils/scut-reminder/raw/branch/main/scut-latest.zip.sha256
|
||||
|
||||
# Extrait le checksum du fichier
|
||||
CHECKSUM=$(cat scut-latest.zip.sha256)
|
||||
CHECKSUM=$(cat scut-latest.zip.sha256 | awk '{ print $1 }')
|
||||
echo $CHECKSUM
|
||||
|
||||
# Vérifie le checksum du fichier téléchargé
|
||||
checksum_actuel=$(sha256sum scut-latest.zip | awk '{ print $1 }')
|
||||
|
BIN
scut-latest.zip
BIN
scut-latest.zip
Binary file not shown.
@ -1 +1 @@
|
||||
885ee1aea255a38c3876e1f37a9a8c2c0a7104e48ffbe6e1a4eac759769436bb scut-latest.zip
|
||||
9b2736aa03172789ee99800207f63e9276a76311764f526e14189d624598ed0b scut-latest.zip
|
||||
|
Loading…
Reference in New Issue
Block a user