Compare commits
No commits in common. "cb9b6b9b9deb9097b1a2ef8610c7d1de66172563" and "530c18007e8b95b92287fbfb38a49b89648c98b3" have entirely different histories.
cb9b6b9b9d
...
530c18007e
|
@ -110,7 +110,6 @@ if has_tags pm:pacman; then
|
||||||
|
|
||||||
# from here on we should have yay available
|
# from here on we should have yay available
|
||||||
yay_install \
|
yay_install \
|
||||||
bat \
|
|
||||||
customizepkg-git \
|
customizepkg-git \
|
||||||
zsh \
|
zsh \
|
||||||
zsh-syntax-highlighting \
|
zsh-syntax-highlighting \
|
||||||
|
@ -153,7 +152,6 @@ if has_tags pm:apt; then
|
||||||
python3-venv \
|
python3-venv \
|
||||||
zsh \
|
zsh \
|
||||||
zsh-syntax-highlighting \
|
zsh-syntax-highlighting \
|
||||||
bat \
|
|
||||||
jq \
|
jq \
|
||||||
git \
|
git \
|
||||||
gnupg2
|
gnupg2
|
||||||
|
@ -253,7 +251,6 @@ fi
|
||||||
if has_tags go; then
|
if has_tags go; then
|
||||||
#go env -u GOPROXY
|
#go env -u GOPROXY
|
||||||
#go env -u GOSUMDB
|
#go env -u GOSUMDB
|
||||||
go env -w \
|
go env -w GOPROXY direct
|
||||||
GOPROXY=direct \
|
go env -w GOSUMDB off
|
||||||
GOSUMDB=off
|
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue