mirror of
https://github.com/YunoHost-Apps/chitchatter_ynh.git
synced 2024-09-03 18:15:59 +02:00
25 lines
674 B
Bash
25 lines
674 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
#=================================================
|
||
|
# COMMON VARIABLES
|
||
|
#=================================================
|
||
|
# PHP APP SPECIFIC
|
||
|
#=================================================
|
||
|
|
||
|
version_commit=e2bac732cf1288f7b5d0bec151098f18e8b1d0d6
|
||
|
|
||
|
# nodejs version
|
||
|
nodejs_version=16
|
||
|
|
||
|
#=================================================
|
||
|
# PERSONAL HELPERS
|
||
|
#=================================================
|
||
|
|
||
|
#=================================================
|
||
|
# EXPERIMENTAL HELPERS
|
||
|
#=================================================
|
||
|
|
||
|
#=================================================
|
||
|
# FUTURE OFFICIAL HELPERS
|
||
|
#=================================================
|