1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/photoprism_ynh.git synced 2024-09-03 19:56:41 +02:00
This commit is contained in:
Limezy 2022-06-16 14:42:56 +07:00
parent 8d7d47ef07
commit a4fa31644b
3 changed files with 3 additions and 0 deletions

View file

@ -8,6 +8,7 @@
source _common.sh source _common.sh
source ynh_install_go source ynh_install_go
source ynh_add_swap
source /usr/share/yunohost/helpers source /usr/share/yunohost/helpers
#================================================= #=================================================

View file

@ -7,6 +7,7 @@
#================================================= #=================================================
source _common.sh source _common.sh
source ynh_add_swap
source /usr/share/yunohost/helpers source /usr/share/yunohost/helpers
#================================================= #=================================================

View file

@ -8,6 +8,7 @@
source _common.sh source _common.sh
source ynh_install_go source ynh_install_go
source ynh_add_swap
source /usr/share/yunohost/helpers source /usr/share/yunohost/helpers
#================================================= #=================================================