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:
parent
a3f0284135
commit
bcbe1339a8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue