Update kitty-setup.sh

This commit is contained in:
Guru Swarupa 2024-07-24 16:44:24 +05:30 committed by GitHub
parent 27f28dc145
commit e9895d74e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,10 +12,10 @@ setupKitty() {
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)
sudo $"{PACKAGER}" -iA nixos.kitty sudo "${PACKAGER}" -iA nixos.kitty
;; ;;
*) *)
sudo "${PACKAGER}" install -y kitty sudo "${PACKAGER}" install -y kitty