Fix golang check (#1825)

* Fix golang check

* Fix golang check in setup-dev.sh
pull/1828/head
duckl1ng 2 years ago committed by GitHub
parent c671e30182
commit 835c77cbdc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -104,7 +104,7 @@ install_apt() {
sudo apt install shfmt
fi
test -f /usr/bin/go || sudo apt-get install -y golang
command -v go &> /dev/null || sudo apt-get install -y golang
download_zig_binary
}
@ -135,7 +135,7 @@ EOF
parallel \
gnu-netcat
test -f /usr/bin/go || sudo pacman -S --noconfirm go
command -v go &> /dev/null || sudo pacman -S --noconfirm go
download_zig_binary
}

Loading…
Cancel
Save