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

22 lines
548 B
Bash
Raw Normal View History

2023-05-07 21:21:34 +02:00
#!/bin/bash
#=================================================
# COMMON VARIABLES
#=================================================
2023-05-07 22:07:21 +02:00
# nodejs version
nodejs_version=18
2023-05-07 21:21:34 +02:00
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================