corr. install.sh

This commit is contained in:
bruno 2023-07-26 00:25:39 -04:00
parent 1693c4db32
commit 62d274f696
3 changed files with 3 additions and 2 deletions

View File

@ -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 }')

Binary file not shown.

View File

@ -1 +1 @@
885ee1aea255a38c3876e1f37a9a8c2c0a7104e48ffbe6e1a4eac759769436bb scut-latest.zip
9b2736aa03172789ee99800207f63e9276a76311764f526e14189d624598ed0b scut-latest.zip