Add info messages to scripts, fix early exit

This commit is contained in:
aloslider
2026-04-22 14:33:31 +03:00
parent 6d3d8819c8
commit eea2fb05ee
3 changed files with 6 additions and 1 deletions
@@ -5,6 +5,8 @@ exit 0
set -euo pipefail
echo "Setting ZSH as default..."
ZSH_PATH="$(which zsh)"
if !(grep -q "^$ZSH_PATH$" /etc/shells;) then