mirror of
https://github.com/YunoHost-Apps/lufi_ynh.git
synced 2024-09-03 19:36:28 +02:00
[fix] get source
This commit is contained in:
parent
76e29da369
commit
22afd029b0
3 changed files with 3 additions and 3 deletions
|
@ -70,7 +70,7 @@ SETUP_SOURCE () { # Download source, decompress and copu into $final_path
|
||||||
src=$(cat ../sources/source_md5 | awk -F' ' {'print $2'})
|
src=$(cat ../sources/source_md5 | awk -F' ' {'print $2'})
|
||||||
sudo wget -nv -i ../sources/source_url -O $src
|
sudo wget -nv -i ../sources/source_url -O $src
|
||||||
# Checks the checksum of the downloaded source.
|
# 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
|
# Decompress source
|
||||||
if [ "$(echo ${src##*.})" == "tgz" ]; then
|
if [ "$(echo ${src##*.})" == "tgz" ]; then
|
||||||
tar -x -f $src
|
tar -x -f $src
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
lufi-master-7db7688bc1e8bbe206f6717c98ece78d6e6a05fe
|
lufi-master-67dba4bf918abba65bcfc25be04f0c3fcb166d0f
|
|
@ -1 +1 @@
|
||||||
97091eb255f4b3389fd52e36b7860c1e lufi.zip
|
8331e6bb4c92b8f2666254aa4b35b6e0 lufi.zip
|
Loading…
Add table
Reference in a new issue