1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wetty_ynh.git synced 2024-09-03 18:16:29 +02:00
wetty_ynh/scripts/_common.sh
Salamandar f69c54c53d Rollback to 2.0.2 because of upstream bug.
Keep yunohost version at 2.0.3~ynh3 to force an "update".
Force version installed by yarn.
2021-02-07 11:42:10 +01:00

24 lines
617 B
Bash

#!/bin/bash
#=================================================
# COMMON VARIABLES
#=================================================
# dependencies used by the app
# pkg_dependencies=""
YNH_NODEJS_VERSION=14
YARN_APP_REAL_VERSION=2.0.2
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================