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

22 lines
557 B
Bash
Raw Normal View History

2021-02-21 06:08:46 +01:00
#!/bin/bash
#=================================================
# COMMON VARIABLES
#=================================================
2023-07-12 10:40:28 +02:00
PICTRS_VERSION=0.4.1-rc.0
2021-02-21 06:08:46 +01:00
2023-07-11 08:03:10 +02:00
NODEJS_VERSION=20
2021-02-21 06:08:46 +01:00
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================