mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-24 22:14:28 +00:00
refactor.
This commit is contained in:
parent
a2c930e38b
commit
82c4c2cfb3
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user