1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gancio_ynh.git synced 2024-09-03 20:36:19 +02:00

Create _common.sh

This commit is contained in:
lapineige 2023-09-23 19:13:24 +02:00 committed by GitHub
parent 10e27a0afb
commit 58ee5780c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

18
scripts/_common.sh Normal file
View file

@ -0,0 +1,18 @@
#!/bin/bash
#=================================================
# COMMON VARIABLES
#=================================================
nodejs_version=16
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================