1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/cockpit_ynh.git synced 2024-09-03 18:16:26 +02:00
cockpit_ynh/scripts/_common.sh

21 lines
597 B
Bash
Raw Normal View History

2019-02-20 12:08:50 +01:00
#!/bin/bash
2020-11-16 19:12:12 +01:00
#=================================================
# COMMON VARIABLES
#=================================================
2019-02-20 12:08:50 +01:00
2022-09-03 20:48:29 +02:00
# dependencies used by the app (must be on a single line)
2020-11-16 19:12:12 +01:00
pkg_dependencies="cockpit"
2019-02-20 12:08:50 +01:00
2020-11-16 19:12:12 +01:00
#=================================================
# PERSONAL HELPERS
#=================================================
2019-02-20 12:08:50 +01:00
2020-11-16 19:12:12 +01:00
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
2019-02-20 12:08:50 +01:00
2020-11-16 19:12:12 +01:00
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================