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:
parent
39bb3b4e9d
commit
aedd4a3029
1 changed files with 1 additions and 1 deletions
|
@ -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 install -v -ldflags "$LD_FLAGS" "$REPO_PATH/cmd/dex"
|
||||
popd
|
||||
|
||||
ynh_remove_go
|
||||
|
|
Loading…
Add table
Reference in a new issue