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
9ca02fb142
commit
39bb3b4e9d
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ pushd "$final_path"
|
|||
PROJ=dex
|
||||
ORG_PATH=github.com/dexidp
|
||||
REPO_PATH="$ORG_PATH/$PROJ"
|
||||
VERSION ?= $(shell ./scripts/git-version)
|
||||
VERSION="2.31.1"
|
||||
LD_FLAGS="-w -X main.version=$VERSION"
|
||||
mkdir bin
|
||||
$ynh_go install -v -ldflags $(LD_FLAGS) $(REPO_PATH)/cmd/dex
|
||||
|
|
Loading…
Add table
Reference in a new issue