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

21 lines
547 B
Bash
Raw Normal View History

2023-10-08 18:31:27 +02:00
#!/bin/bash
#=================================================
# COMMON VARIABLES
#=================================================
2023-10-08 19:16:28 +02:00
# nodejs version
nodejs_version=18
2023-10-08 18:31:27 +02:00
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================