From 5283cd098a650be9ca9a93c586ea3bfa05d3ef85 Mon Sep 17 00:00:00 2001 From: Anton Volnuhin Date: Wed, 27 Mar 2024 16:36:32 +0300 Subject: [PATCH] force shell-gpt installation in managed env --- run_onchange_before_install_main_deps.sh.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_onchange_before_install_main_deps.sh.tmpl b/run_onchange_before_install_main_deps.sh.tmpl index fad574b..a4bd46c 100644 --- a/run_onchange_before_install_main_deps.sh.tmpl +++ b/run_onchange_before_install_main_deps.sh.tmpl @@ -139,7 +139,7 @@ sleep 3 ## Install shell-gpt echo echo -e "$Green""Installing shell-gpt$NC" -pip install shell-gpt -q +pip install shell-gpt -q -break-system-packages ## Install fisher plugin manager for fish, so that we may update in after plugin list sync by chezmoi if ! fish -c fisher &>/dev/null