1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/vore_ynh.git synced 2024-09-03 20:36:07 +02:00

Update _common.sh

This commit is contained in:
Éric Gaspar 2023-05-15 16:48:00 +02:00
parent 7a6dbf34c5
commit e6656f7eba

View file

@ -18,8 +18,6 @@ go_version=1.20
# FUTURE OFFICIAL HELPERS
#=================================================
#!/bin/bash
ynh_go_try_bash_extension() {
if [ -x src/configure ]; then
src/configure && make -C src || {
@ -265,4 +263,3 @@ ynh_cleanup_go () {
ynh_secure_remove --file="/etc/profile.d/goenv.sh"
fi
}