From 82c4c2cfb32b302c181cca29ef1707edfab03085 Mon Sep 17 00:00:00 2001 From: guruswarupa Date: Wed, 24 Jul 2024 16:41:47 +0530 Subject: [PATCH] refactor. --- src/commands/dotfiles/kitty-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/dotfiles/kitty-setup.sh b/src/commands/dotfiles/kitty-setup.sh index 1859564f..70566d13 100755 --- a/src/commands/dotfiles/kitty-setup.sh +++ b/src/commands/dotfiles/kitty-setup.sh @@ -11,7 +11,7 @@ setupKitty() { echo "Install Kitty if not already installed..." if ! command_exists kitty; then case ${PACKAGER} in - pacman) + pacman) sudo $"{PACKAGER}" -S --noconfirm kitty ;; nix-env)