From 00fb328bb66b0add17323b3e07add5e0d87f554f Mon Sep 17 00:00:00 2001 From: "Christoph J. Scherr" Date: Sun, 2 Mar 2025 01:44:23 +0100 Subject: [PATCH] unzip --- install_the_basics.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install_the_basics.sh b/install_the_basics.sh index 9936bd3..56b7af1 100644 --- a/install_the_basics.sh +++ b/install_the_basics.sh @@ -2,6 +2,7 @@ set -e apt-get update apt-get install git curl wget vim neovim fd-find bat python3 \ python-is-python3 tmux btop htop fzf lsd tldr trash-cli \ - ripgrep tree python3-venv python3-pip python3-poetry nmap + ripgrep tree python3-venv python3-pip python3-poetry nmap \ + unzip apt-get upgrade apt-get autoremove