feat(setup): remove debconf warnings during setup

This commit is contained in:
Nicholas Penree
2024-12-12 23:58:56 -05:00
parent 5ba19686c8
commit a51a7a82d2

View File

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