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-03-03 21:40:32 +01:00
parent 5306b898f1
commit b3de417016
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 4 additions and 14 deletions

View file

@ -30,16 +30,6 @@
},
"example": "domain.org"
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for Invidious",
"fr": "Choisissez un chemin pour Invidious"
},
"example": "/",
"default": "/"
},
{
"name": "is_public",
"type": "boolean",

View file

@ -46,9 +46,9 @@ ynh_webpath_register --app=$app --domain=$domain --path_url=$path_url
#=================================================
ynh_script_progression --message="Storing installation settings..." --weight=2
ynh_app_setting_set --app=$app --key=domain --value=$domain
ynh_app_setting_set --app=$app --key=path --value=$path_url
ynh_app_setting_set --app=$app --key=language --value=$language
ynh_app_setting_set --app=$app --key=domain --value=$domain
ynh_app_setting_set --app=$app --key=path --value=$path_url
ynh_app_setting_set --app=$app --key=language --value=$language
#=================================================
# STANDARD MODIFICATIONS
@ -71,7 +71,7 @@ ynh_exec_warn_less ynh_install_app_dependencies $pkg_dependencies
# Install Crystal
#ynh_install_extra_app_dependencies --repo="deb https://dist.crystal-lang.org/apt crystal main" --package="crystal" --key="https://keybase.io/crystal/pgp_keys.asc"
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 379CE192D4
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 nightly" --append
#=================================================