From 3325c034e8d669dc6eae6bc22e6d40c690be890b Mon Sep 17 00:00:00 2001 From: Typas Liao Date: Fri, 3 Jul 2026 00:58:08 +0800 Subject: [PATCH] feat(opensuse): install unzip for fnm installer The fnm install script aborts without unzip; the node recipe needs it. Co-Authored-By: Claude Opus 4.8 --- os-init/opensuse-tumbleweed-init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os-init/opensuse-tumbleweed-init.sh b/os-init/opensuse-tumbleweed-init.sh index c5ca633..3be769b 100644 --- a/os-init/opensuse-tumbleweed-init.sh +++ b/os-init/opensuse-tumbleweed-init.sh @@ -16,7 +16,7 @@ prompt() { } prompt "system package installations" -PACKAGES=(fd dust clang eza editorconfig ripgrep ShellCheck openssh typst gcc make cmake curl fontconfig 7zip) +PACKAGES=(fd dust clang eza editorconfig ripgrep ShellCheck openssh typst gcc make cmake curl fontconfig 7zip unzip) if [[ -z "${DOTFILES_SKIP_UPDATE:-}" ]]; then sudo zypper dup -y fi