Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion os-init/opensuse-tumbleweed-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down