From 9ab6fffba6be5e5439396044c52a4028868df073 Mon Sep 17 00:00:00 2001 From: Mathias Schneider Date: Wed, 29 Apr 2026 18:17:04 +0200 Subject: [PATCH] add python-debugpy to terminal packages --- _install_skripte/install_terminal_pcks.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/_install_skripte/install_terminal_pcks.sh b/_install_skripte/install_terminal_pcks.sh index aab369f..fa30103 100755 --- a/_install_skripte/install_terminal_pcks.sh +++ b/_install_skripte/install_terminal_pcks.sh @@ -50,6 +50,7 @@ sudo pacman -S --needed \ unzip \ ruff \ python-ruff \ + python-debugpy \ chromium \ selene \ opencode \