mirror of
https://github.com/YunoHost-Apps/misskey_ynh.git
synced 2024-09-03 19:46:03 +02:00
Update _common.sh
This commit is contained in:
parent
946368dfe0
commit
20cec3bfcb
1 changed files with 1 additions and 5 deletions
|
@ -7,7 +7,7 @@
|
|||
NODEJS_VERSION="12"
|
||||
|
||||
# dependencies used by the app
|
||||
pkg_dependencies="build-essential ffmpeg postgresql postgresql-contrib"
|
||||
pkg_dependencies="ffmpeg postgresql"
|
||||
|
||||
#=================================================
|
||||
# PERSONAL HELPERS
|
||||
|
@ -17,10 +17,6 @@ pkg_dependencies="build-essential ffmpeg postgresql postgresql-contrib"
|
|||
# EXPERIMENTAL HELPERS
|
||||
#=================================================
|
||||
|
||||
#=================================================
|
||||
# FUTURE OFFICIAL HELPERS
|
||||
#=================================================
|
||||
|
||||
#=================================================
|
||||
# REDIS HELPERS
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue