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

21 lines
593 B
Bash

#!/bin/bash
#=================================================
# COMMON VARIABLES
#=================================================
GO_VERSION="1.22"
app_path="$install_dir/go/src/github.com/georgyo/ifconfig.io"
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================