1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/agora_ynh.git synced 2024-09-03 18:06:21 +02:00

Update _common

This commit is contained in:
frju365 2017-02-13 23:04:23 +01:00 committed by GitHub
parent 6448d69102
commit aaea28992c

View file

@ -7,7 +7,7 @@ extract_source() {
rc_tarball="${DESTDIR}/agora.zip"
sudo wget -q -O "$rc_tarball" "$AGORA_SOURCE_URL" \
|| ynh_die "Unable to download source tarball"
sudo unzip "$rc_tarball" -C "$DESTDIR" \
sudo unzip "$rc_tarball" "$DESTDIR" \
|| ynh_die "Unable to extract source tarball"
sudo rm "$rc_tarball"
}