fix issue with pacman post_install script

This commit is contained in:
vincent 2020-10-15 17:14:39 +02:00
parent d0b5d4dee8
commit f038f109ee

View File

@ -1,2 +1,5 @@
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
[ -x /usr/local/bin/zsh ] && exec /usr/local/bin/zsh
[ -x /usr/bin/zsh ] && exec /usr/bin/zsh