mirror of
https://github.com/YunoHost-Apps/droppy_ynh.git
synced 2024-09-03 18:26:27 +02:00
27941b6cf9
* v2 * Auto-update README * v2 * Auto-update README * v2 * Update _common.sh * Update _common.sh * Update systemd.service * cleaning * fix * Auto-update README * Update backup --------- Co-authored-by: yunohost-bot <yunohost@yunohost.org>
19 lines
530 B
Bash
19 lines
530 B
Bash
#!/bin/bash
|
|
|
|
#=================================================
|
|
# COMMON VARIABLES
|
|
#=================================================
|
|
|
|
nodejs_version=18
|
|
|
|
#=================================================
|
|
# PERSONAL HELPERS
|
|
#=================================================
|
|
|
|
#=================================================
|
|
# EXPERIMENTAL HELPERS
|
|
#=================================================
|
|
|
|
#=================================================
|
|
# FUTURE OFFICIAL HELPERS
|
|
#=================================================
|