refactor.

This commit is contained in:
guruswarupa 2024-07-24 16:41:47 +05:30
parent a2c930e38b
commit 82c4c2cfb3

View File

@ -11,7 +11,7 @@ setupKitty() {
echo "Install Kitty if not already installed..." echo "Install Kitty if not already installed..."
if ! command_exists kitty; then if ! command_exists kitty; then
case ${PACKAGER} in case ${PACKAGER} in
pacman) pacman)
sudo $"{PACKAGER}" -S --noconfirm kitty sudo $"{PACKAGER}" -S --noconfirm kitty
;; ;;
nix-env) nix-env)