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

21 lines
669 B
Bash
Raw Normal View History

2018-09-02 10:40:22 +02:00
#!/bin/bash
2019-03-03 18:04:55 +01:00
2019-03-27 01:11:01 +01:00
#=================================================
# COMMON VARIABLES
#=================================================
# dependencies used by the app
pkg_dependencies="build-essential libssl-dev libio-socket-ssl-perl liblwp-protocol-https-perl libpq-dev postgresql cpanminus"
#=================================================
# PERSONAL HELPERS
2019-03-27 01:11:01 +01:00
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
2019-03-03 18:04:55 +01:00
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================