diff --git a/scripts/.fonctions b/scripts/.fonctions index fc80811..bdce6c5 100644 --- a/scripts/.fonctions +++ b/scripts/.fonctions @@ -70,7 +70,7 @@ SETUP_SOURCE () { # Download source, decompress and copu into $final_path src=$(cat ../sources/source_md5 | awk -F' ' {'print $2'}) sudo wget -nv -i ../sources/source_url -O $src # Checks the checksum of the downloaded source. - # md5sum -c ../sources/source_md5 --status || ynh_die "Corrupt source" + md5sum -c ../sources/source_md5 --status || ynh_die "Corrupt source" # Decompress source if [ "$(echo ${src##*.})" == "tgz" ]; then tar -x -f $src diff --git a/sources/source_dir b/sources/source_dir index d03fe76..3056570 100644 --- a/sources/source_dir +++ b/sources/source_dir @@ -1 +1 @@ -lufi-master-7db7688bc1e8bbe206f6717c98ece78d6e6a05fe \ No newline at end of file +lufi-master-67dba4bf918abba65bcfc25be04f0c3fcb166d0f \ No newline at end of file diff --git a/sources/source_md5 b/sources/source_md5 index 1e39d80..2f1ff14 100644 --- a/sources/source_md5 +++ b/sources/source_md5 @@ -1 +1 @@ -97091eb255f4b3389fd52e36b7860c1e lufi.zip \ No newline at end of file +8331e6bb4c92b8f2666254aa4b35b6e0 lufi.zip \ No newline at end of file