mirror of
https://github.com/YunoHost-Apps/abantecart_ynh.git
synced 2024-09-03 18:06:16 +02:00
Update _common
This commit is contained in:
parent
f6026ce5a9
commit
bfdf30739f
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ extract_source() {
|
|||
rc_tarball="${DESTDIR}/abantecart.zip"
|
||||
sudo wget -q -O "$rc_tarball" "$ABANTECART_SOURCE_URL" \
|
||||
|| ynh_die "Unable to download source tarball"
|
||||
sudo unzip "$rc_tarball" -c "$DESTDIR" --strip-components 1 \
|
||||
sudo unzip "$rc_tarball" "$DESTDIR" \
|
||||
|| ynh_die "Unable to extract source tarball"
|
||||
sudo rm "$rc_tarball"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue