mirror of
https://github.com/YunoHost-Apps/petrolette_ynh.git
synced 2024-09-03 19:56:26 +02:00
0f9c82f70d
* Apply last example_ynh * More Readme * Update DISCLAIMER.md * Auto-update README Co-authored-by: oiseauroch <5622590+oiseauroch@users.noreply.github.com> Co-authored-by: Tobias Ollive <tobias.ollive@utc.fr> Co-authored-by: Yunohost-Bot <>
19 lines
530 B
Bash
19 lines
530 B
Bash
#!/bin/bash
|
|
|
|
#=================================================
|
|
# COMMON VARIABLES
|
|
#=================================================
|
|
|
|
NODEJS_VERSION=15
|
|
|
|
#=================================================
|
|
# PERSONAL HELPERS
|
|
#=================================================
|
|
|
|
#=================================================
|
|
# EXPERIMENTAL HELPERS
|
|
#=================================================
|
|
|
|
#=================================================
|
|
# FUTURE OFFICIAL HELPERS
|
|
#=================================================
|