1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/invidious_ynh.git synced 2024-09-03 19:15:55 +02:00
This commit is contained in:
ericgaspar 2021-05-23 10:25:17 +02:00
parent 2d85da89d6
commit 957f9505bf
No known key found for this signature in database
GPG key ID: 574F281483054D44
3 changed files with 7 additions and 13 deletions

View file

@ -6,7 +6,7 @@
"en": "Alternative front-end to YouTube", "en": "Alternative front-end to YouTube",
"fr": "Front-end alternatif à YouTube" "fr": "Front-end alternatif à YouTube"
}, },
"version": "0.20.1~ynh8", "version": "0.20.1~ynh9",
"url": "https://invidio.us/", "url": "https://invidio.us/",
"upstream": { "upstream": {
"license": "GPL-3.0-only", "license": "GPL-3.0-only",

View file

@ -66,11 +66,6 @@ ynh_app_setting_set --app=$app --key=port --value=$port
#================================================= #=================================================
ynh_script_progression --message="Installing dependencies..." --weight=9 ynh_script_progression --message="Installing dependencies..." --weight=9
#ynh_exec_warn_less apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 379CE192D401AB61
#ynh_install_extra_repo --repo="deb https://dl.bintray.com/crystal/deb all stable" --append
#ynh_exec_warn_less curl -fsSL https://crystal-lang.org/install.sh | bash -s -- --crystal=0.36
ynh_exec_warn_less ynh_install_app_dependencies $pkg_dependencies ynh_exec_warn_less ynh_install_app_dependencies $pkg_dependencies
tempdir="$(mktemp -d)" tempdir="$(mktemp -d)"

View file

@ -72,13 +72,12 @@ ynh_systemd_action --service_name=$app --action=stop --log_path=systemd
#================================================= #=================================================
ynh_script_progression --message="Upgrading dependencies..." --weight=8 ynh_script_progression --message="Upgrading dependencies..." --weight=8
#ynh_exec_warn_less apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 379CE192D401AB61
#ynh_install_extra_repo --repo="deb https://dl.bintray.com/crystal/deb all stable" --append
ynh_exec_warn_less curl -fsSL https://crystal-lang.org/install.sh | bash -s -- --crystal=0.36
ynh_exec_warn_less ynh_install_app_dependencies $pkg_dependencies ynh_exec_warn_less ynh_install_app_dependencies $pkg_dependencies
tempdir="$(mktemp -d)"
ynh_setup_source --dest_dir=$tempdir --source_id=crystal
ynh_exec_warn_less dpkg -i $tempdir/crystal_0.36.1-1_amd64.deb
#================================================= #=================================================
# DOWNLOAD, CHECK AND UNPACK SOURCE # DOWNLOAD, CHECK AND UNPACK SOURCE
#================================================= #=================================================