chore: Update to use bash instead of zsh

This commit is contained in:
2024-10-21 15:27:07 +02:00
parent 80edbfc48c
commit f3ee35f577
29 changed files with 132 additions and 167 deletions

View File

@ -2,7 +2,7 @@
# Prepare, we need at least these minimal packages to continue ...
sudo apt update
sudo apt install curl zsh nala pipx apt-transport-https ca-certificates gnupg -y
sudo apt install curl nala pipx apt-transport-https ca-certificates gnupg -y
# Ensure shyaml is available
echo "Ensuring shyaml is installed..."