1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/webmin_ynh.git synced 2024-09-03 20:36:08 +02:00

[autopatch] TEST BEFORE MERGE ynh_setup_source --full_replace=1

This commit is contained in:
Yunohost-Bot 2024-03-11 16:09:04 +01:00 committed by Félix Piédallu
parent e1ac8bf96a
commit 75e1bc18d7
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ ynh_script_progression --message="Setting up source files..."
tempdir="$(mktemp -d)" tempdir="$(mktemp -d)"
# Download, check integrity, uncompress and patch the source from app.src # Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source --dest_dir="$tempdir" ynh_setup_source --dest_dir="$tempdir" --full_replace=1
dpkg --install $tempdir/webmin.deb dpkg --install $tempdir/webmin.deb

View file

@ -31,7 +31,7 @@ ynh_script_progression --message="Setting up source files..."
tempdir="$(mktemp -d)" tempdir="$(mktemp -d)"
# Download, check integrity, uncompress and patch the source from app.src # Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source --dest_dir="$tempdir" ynh_setup_source --dest_dir="$tempdir" --full_replace=1
dpkg --install $tempdir/webmin.deb dpkg --install $tempdir/webmin.deb