mirror of
https://github.com/luzifer-docker/personal-dns.git
synced 2024-11-09 18:20:02 +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
|
github.com/Luzifer/rootzone@latest
|
||||||
)
|
)
|
||||||
|
|
||||||
|
export GOPRIVATE=github.com/Luzifer
|
||||||
|
|
||||||
for pkg in "${packages[@]}"; do
|
for pkg in "${packages[@]}"; do
|
||||||
go install \
|
go install \
|
||||||
-mod=readonly \
|
-mod=readonly \
|
||||||
|
|
Loading…
Reference in a new issue