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-23 18:18:57 +07:00
parent aedd4a3029
commit 479115d4e1

View file

@ -123,7 +123,7 @@ pushd "$final_path"
VERSION="2.31.1"
LD_FLAGS="-w -X main.version=$VERSION"
mkdir bin
$ynh_go install -v -ldflags "$LD_FLAGS" "$REPO_PATH/cmd/dex"
$ynh_go_load_path $ynh_go install -v -ldflags "$LD_FLAGS" "$REPO_PATH/cmd/dex"
popd
ynh_remove_go