diff --git a/scripts/install b/scripts/install index 2985f9e..5056d56 100755 --- a/scripts/install +++ b/scripts/install @@ -8,6 +8,7 @@ source _common.sh source ynh_install_go +source ynh_add_swap source /usr/share/yunohost/helpers #================================================= diff --git a/scripts/remove b/scripts/remove index 999f187..a9be8ec 100755 --- a/scripts/remove +++ b/scripts/remove @@ -7,6 +7,7 @@ #================================================= source _common.sh +source ynh_add_swap source /usr/share/yunohost/helpers #================================================= diff --git a/scripts/upgrade b/scripts/upgrade index afa7760..c6c7a49 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -8,6 +8,7 @@ source _common.sh source ynh_install_go +source ynh_add_swap source /usr/share/yunohost/helpers #=================================================