diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md index 9fdd754..f746187 100644 --- a/doc/DESCRIPTION.md +++ b/doc/DESCRIPTION.md @@ -1,7 +1,6 @@ Castopod is a free & open-source hosting platform made for podcasters who want engage and interact with their audience. Castopod is easy to install and was built on top of CodeIgniter4, a powerful PHP framework with a very small footprint. - ### Features - Focused on data sovereignty: your content, audience, and analytics belong to you, and you only diff --git a/doc/DESCRIPTION_fr.md b/doc/DESCRIPTION_fr.md index cb451e4..c4f4e95 100644 --- a/doc/DESCRIPTION_fr.md +++ b/doc/DESCRIPTION_fr.md @@ -1,6 +1,5 @@ Castopod est une plate-forme d'hébergement gratuite et open source conçue pour les podcasteurs qui souhaitent interagir avec leur public. - ### Caractéristiques - Axé sur la souveraineté des données : votre contenu, votre audience et vos analyses vous appartiennent, et vous seul diff --git a/scripts/install b/scripts/install index 58de286..1956f70 100755 --- a/scripts/install +++ b/scripts/install @@ -17,11 +17,6 @@ fpm_footprint="low" fpm_free_footprint=0 fpm_usage="low" -#================================================= -# STORE SETTINGS FROM MANIFEST -#================================================= -ynh_script_progression --message="Storing installation settings..." --weight=1 - ynh_app_setting_set --app=$app --key=fpm_footprint --value=$fpm_footprint ynh_app_setting_set --app=$app --key=fpm_free_footprint --value=$fpm_free_footprint ynh_app_setting_set --app=$app --key=fpm_usage --value=$fpm_usage