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

23 lines
582 B
Bash
Raw Normal View History

2021-02-21 21:01:45 +01:00
#!/bin/bash
#=================================================
# COMMON VARIABLES
#=================================================
# dependencies used by the app
2022-05-27 23:24:23 +02:00
pkg_dependencies=""
GO_VERSION="1.18"
2021-02-21 21:01:45 +01:00
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================