mirror of
https://github.com/YunoHost-Apps/invidious_ynh.git
synced 2024-09-03 19:15:55 +02:00
fix
This commit is contained in:
parent
c37a8f4f83
commit
eee58e1152
2 changed files with 6 additions and 2 deletions
|
@ -65,5 +65,9 @@ ram.runtime = "50M"
|
|||
[resources.apt]
|
||||
packages = "dialog apt-utils libssl-dev libxml2-dev libyaml-dev libgmp-dev libreadline-dev postgresql librsvg2-bin imagemagick libsqlite3-dev zlib1g-dev libevent-dev libpcre3-dev"
|
||||
|
||||
extras.crystal.repo = "deb http://download.opensuse.org/repositories/devel:/languages:/crystal/Debian_11/ /"
|
||||
extras.crystal.key = "https://dl.yarnpkg.com/debian/pubkey.gpg"
|
||||
extras.crystal.packages = "crystal"
|
||||
|
||||
[resources.database]
|
||||
type = "postgresql"
|
||||
|
|
|
@ -32,9 +32,9 @@ ynh_app_setting_set --app=$app --key=captcha_enabled --value=$captcha_enabled
|
|||
#=================================================
|
||||
# INSTALL DEPENDENCIES
|
||||
#=================================================
|
||||
ynh_script_progression --message="Installing dependencies..." --weight=15
|
||||
#ynh_script_progression --message="Installing dependencies..." --weight=15
|
||||
|
||||
ynh_exec_warn_less curl -fsSL https://crystal-lang.org/install.sh | bash -s -- --channel=stable
|
||||
#ynh_exec_warn_less curl -fsSL https://crystal-lang.org/install.sh | bash -s -- --channel=stable
|
||||
|
||||
#=================================================
|
||||
# DOWNLOAD, CHECK AND UNPACK SOURCE
|
||||
|
|
Loading…
Add table
Reference in a new issue