From 898cfa9376366510bf272f2904d073728680b95b Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 20 May 2023 09:02:08 +0200 Subject: [PATCH] cleaning --- manifest.toml | 4 ++-- scripts/install | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/manifest.toml b/manifest.toml index db76e5f..778e898 100644 --- a/manifest.toml +++ b/manifest.toml @@ -18,7 +18,7 @@ code = "https://github.com/iv-org/invidious" website = "https://invidio.us/" [integration] -yunohost = ">= 11.1.18" +yunohost = ">= 11.1.19" architectures = ["amd64"] multi_instance = false ldap = false @@ -64,7 +64,7 @@ ram.runtime = "50M" api.protected = true [resources.apt] - packages = "apt-transport-https libssl-dev libxml2-dev libyaml-dev libgmp-dev libreadline-dev postgresql librsvg2-bin imagemagick libsqlite3-dev zlib1g-dev libevent-dev pkg-config libpcre3-dev" + packages = "libssl-dev libxml2-dev libyaml-dev libgmp-dev libreadline-dev postgresql librsvg2-bin imagemagick libsqlite3-dev zlib1g-dev libevent-dev libpcre3-dev" [resources.database] type = "postgresql" diff --git a/scripts/install b/scripts/install index 54463d2..04f67fa 100644 --- a/scripts/install +++ b/scripts/install @@ -46,11 +46,9 @@ chown -R $app:www-data "$install_dir" git config --system --add safe.directory $install_dir # Download, check integrity, uncompress and patch the source from GitHub -#ynh_exec_as $app git clone https://github.com/iv-org/invidious "$install_dir" --quiet pushd "$install_dir" - #ynh_exec_as $app git reset --hard --quiet $version_commit popd