1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dex_ynh.git synced 2024-09-03 18:26:22 +02:00

Update install

This commit is contained in:
Limezy 2022-03-24 08:49:00 +07:00
parent 22872c8460
commit 3fb96464da

View file

@ -123,7 +123,8 @@ pushd "$final_path"
#VERSION="2.31.1"
#LD_FLAGS="-w -X main.version=$VERSION"
#mkdir bin
export GOPATH=$final_path
#export GOPATH=$final_path
unset GOPATH
make build
popd