mirror of
https://github.com/luzifer-docker/personal-dns.git
synced 2024-12-20 12:41:18 +00:00
Force proxy bypass and install of latest
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
10e20bce21
commit
025e2e5c2b
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@ packages=(
|
|||
github.com/Luzifer/rootzone@latest
|
||||
)
|
||||
|
||||
export GOPRIVATE=github.com/Luzifer
|
||||
|
||||
for pkg in "${packages[@]}"; do
|
||||
go install \
|
||||
-mod=readonly \
|
||||
|
|
Loading…
Reference in a new issue