force shell-gpt installation in managed env

This commit is contained in:
Anton Volnuhin 2024-03-27 16:36:32 +03:00
parent b494714c43
commit 5283cd098a

View File

@ -139,7 +139,7 @@ sleep 3
## Install shell-gpt ## Install shell-gpt
echo echo
echo -e "$Green""Installing shell-gpt$NC" 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 ## Install fisher plugin manager for fish, so that we may update in after plugin list sync by chezmoi
if ! fish -c fisher &>/dev/null if ! fish -c fisher &>/dev/null