1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/chitchatter_ynh.git synced 2024-09-03 18:15:59 +02:00
chitchatter_ynh/scripts/_common.sh

24 lines
673 B
Bash
Raw Normal View History

2022-09-12 20:00:09 +02:00
#!/bin/bash
#=================================================
# COMMON VARIABLES
#=================================================
# PHP APP SPECIFIC
#=================================================
# nodejs version
2023-07-06 09:02:31 +02:00
nodejs_version=18
2024-02-18 08:46:16 +01:00
version_commit=94a4b2fb2e2ffad7b2fb04a78257a6dac4e7095a
2022-09-12 20:00:09 +02:00
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================