From 9f5406133179d40835c03beef8f48065b6a6dccc Mon Sep 17 00:00:00 2001 From: Daniel Bauer Date: Fri, 6 Feb 2026 15:07:31 +0100 Subject: [PATCH] fix: add missing unzip package required for other runs --- run_onchange_before_0_install-packages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_onchange_before_0_install-packages.sh b/run_onchange_before_0_install-packages.sh index 67dacee..53324d9 100644 --- a/run_onchange_before_0_install-packages.sh +++ b/run_onchange_before_0_install-packages.sh @@ -6,7 +6,7 @@ echo "Installing packages" echo "Updating sources..." sudo apt update -qq -for package in xsel git git-extras neovim git ripgrep; do +for package in xsel unzip git git-extras neovim git ripgrep; do if dpkg -s "$package" >/dev/null 2>&1; then echo $package is already installed. else