1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/snserver_ynh.git synced 2024-09-03 20:26:22 +02:00
snserver_ynh/scripts/_common.sh

28 lines
633 B
Bash

#!/bin/bash
#=================================================
# COMMON VARIABLES
#=================================================
NODEJS_VERSION="16"
swap_needed=4096
node_max_old_space_size=4096
# dependencies used by the app
pkg_dependencies=""
#=================================================
# PERSONAL HELPERS
#=================================================
#================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================