This commit is contained in:
bruno 2023-07-26 09:22:40 -04:00
parent 61c99bda8b
commit bcf57b0906
1 changed files with 6 additions and 5 deletions

View File

@ -104,27 +104,28 @@ installSoftware() {
# ==--==--==--==--==--==--==
lineSpacer
info "=> DÉBUT de l'installation :"
info "=> Validation des DÉPENDENCES pour l'installation :"
lineSpacer
info "\n=> Validation des DÉPENDENCES pour l'installation :"
lineSpacer
validate_dependencies
# download scut-latest.zip
# ==--==--==--==--==--==--==
info "=> TÉLÉCHARGEMENT du programme :"
info "\n=> TÉLÉCHARGEMENT du programme :"
lineSpacer
# Télécharge le fichier de checksum
# ==--==--==--==--==--==--==
info "=> VÉRIFICATION du checksum :"
info "\n=> VÉRIFICATION du checksum :"
checksumSoftware
# unzip scut-<date>.zip in ~/.config/scut/
# ==--==--==--==--==--==--==
echo "=> INSTALLATION du programme :"
echo "\n=> INSTALLATION du programme :"
lineSpacer
installSoftware
# Fin du script
# ==--==--==--==--==--==--==
echo "=> FIN de l'installation ! :-)"
echo "\n=> FIN de l'installation ! :-)"
lineSpacer