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

18 lines
473 B
Bash
Raw Normal View History

2023-12-20 19:03:04 +01:00
#!/bin/bash
#=================================================
# COMMON VARIABLES
#=================================================
2023-12-20 19:08:54 +01:00
# PHP APP SPECIFIC
#=================================================
NODEJS_VERSION="20"
2023-12-20 19:03:04 +01:00
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================