Merge pull request #1051 from wyattjoh/canary

fix: added unzip to server setup
This commit is contained in:
Mauricio Siu
2025-01-02 01:25:32 -06:00
committed by GitHub

View File

@@ -360,7 +360,7 @@ const installUtilities = () => `
;;
ubuntu | debian | raspbian)
DEBIAN_FRONTEND=noninteractive apt-get update -y >/dev/null
DEBIAN_FRONTEND=noninteractive apt-get install -y curl wget git jq openssl >/dev/null
DEBIAN_FRONTEND=noninteractive apt-get install -y unzip curl wget git jq openssl >/dev/null
;;
centos | fedora | rhel | ol | rocky | almalinux | amzn)
if [ "$OS_TYPE" = "amzn" ]; then