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-30 20:24:26 +01:00
parent 6fad4feabd
commit e64e94213c

View file

@ -6,8 +6,6 @@
NODEJS_VERSION="18.13.0" NODEJS_VERSION="18.13.0"
COMMIT="663999556f8dd416f242d65fc7d714d92dbfb987"
# dependencies used by the app # dependencies used by the app
pkg_dependencies="ffmpeg postgresql build-essential" pkg_dependencies="ffmpeg postgresql build-essential"
@ -15,6 +13,8 @@ pkg_dependencies="ffmpeg postgresql build-essential"
# PERSONAL HELPERS # PERSONAL HELPERS
#================================================= #=================================================
COMMIT="663999556f8dd416f242d65fc7d714d92dbfb987"
#================================================= #=================================================
# EXPERIMENTAL HELPERS # EXPERIMENTAL HELPERS
#================================================= #=================================================