Merge branch 'canary' into feat/add-gitea-repo

This commit is contained in:
Mauricio Siu
2025-03-18 21:42:42 -06:00
10 changed files with 137 additions and 127 deletions

View File

@@ -361,7 +361,7 @@ const installUtilities = () => `
alpine)
sed -i '/^#.*\/community/s/^#//' /etc/apk/repositories
apk update >/dev/null
apk add curl wget git jq openssl >/dev/null
apk add curl wget git jq openssl sudo unzip tar >/dev/null
;;
ubuntu | debian | raspbian)
DEBIAN_FRONTEND=noninteractive apt-get update -y >/dev/null