1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/invidious_ynh.git synced 2024-09-03 19:15:55 +02:00

Cleaning up

This commit is contained in:
ericgaspar 2021-04-16 18:44:50 +02:00
parent 23a01974f8
commit 4e8ada9439
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 0 additions and 4 deletions

View file

@ -69,8 +69,6 @@ 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
#=================================================

View file

@ -75,8 +75,6 @@ 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
#=================================================