mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-27 03:42:49 +00:00
ssh kitten: Install kitty bootstrap on systems other than linux/darwin as now we have kitten which works on more types of systems
This commit is contained in:
parent
df45a4e759
commit
8bdd4d0596
2 changed files with 0 additions and 7 deletions
|
|
@ -177,11 +177,6 @@ fi' > "$sh_script"
|
|||
}
|
||||
|
||||
install_kitty_bootstrap() {
|
||||
case "$(command uname)" in
|
||||
Linux) ;;
|
||||
Darwin) ;;
|
||||
*) return ;;
|
||||
esac
|
||||
kitty_exists="n"
|
||||
command -v kitty 2> /dev/null > /dev/null && kitty_exists="y"
|
||||
if [ "$kitty_remote" = "yes" -o "$kitty_remote-$kitty_exists" = "if-needed-n" ]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue