mirror of
https://github.com/YunoHost-Apps/freshrss_ynh.git
synced 2024-09-03 18:36:33 +02:00
sudo
This commit is contained in:
parent
d49bbcbe28
commit
5da0672ef4
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ extract_freshrss() {
|
||||||
|
|
||||||
# retrieve and extract FreshRSS tarball
|
# retrieve and extract FreshRSS tarball
|
||||||
rc_tarball="${DESTDIR}/freshrss.tar.gz"
|
rc_tarball="${DESTDIR}/freshrss.tar.gz"
|
||||||
wget -q -O "$rc_tarball" "$FRESHRSS_SOURCE_URL" \
|
sudo wget -q -O "$rc_tarball" "$FRESHRSS_SOURCE_URL" \
|
||||||
|| ynh_die "Unable to download FreshRSS tarball"
|
|| ynh_die "Unable to download FreshRSS tarball"
|
||||||
echo "$FRESHRSS_SOURCE_SHA256 $rc_tarball" | sha256sum -c >/dev/null \
|
echo "$FRESHRSS_SOURCE_SHA256 $rc_tarball" | sha256sum -c >/dev/null \
|
||||||
|| ynh_die "Invalid checksum of downloaded tarball"
|
|| ynh_die "Invalid checksum of downloaded tarball"
|
||||||
|
|
Loading…
Add table
Reference in a new issue