mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-05 21:28:48 +00:00
update pacman install
This commit is contained in:
parent
e58c54ad04
commit
3b9f759f08
|
@ -8,7 +8,7 @@ install_zsh() {
|
||||||
if ! command_exists zsh; then
|
if ! command_exists zsh; then
|
||||||
case "$PACKAGER" in
|
case "$PACKAGER" in
|
||||||
pacman)
|
pacman)
|
||||||
sudo "$PACKAGER" -S --noconfirm zsh
|
sudo "$PACKAGER" -Sy --noconfirm zsh
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
sudo "$PACKAGER" install -y zsh
|
sudo "$PACKAGER" install -y zsh
|
||||||
|
|
Loading…
Reference in New Issue
Block a user