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

Fix _common.sh

This commit is contained in:
oufmilo 2023-01-28 13:15:02 +01:00
parent a3f0284135
commit bcbe1339a8

View file

@ -7,7 +7,7 @@
NODEJS_VERSION="18.13.0" NODEJS_VERSION="18.13.0"
# dependencies used by the app # dependencies used by the app
pkg_dependencies="ffmpeg postgresql" pkg_dependencies="ffmpeg postgresql build-essential"
#================================================= #=================================================
# PERSONAL HELPERS # PERSONAL HELPERS