From c6dcbe6521fb172069ed6ca57fa0bdbbf5354d7a Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 11 Apr 2022 22:06:23 +0530 Subject: [PATCH] Dont check if running in kitty when updating I dont actually know if it causes any problems and its fairly inconvenient to use another terminal. --- docs/installer.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/installer.sh b/docs/installer.sh index c66a60790..08c6cc051 100644 --- a/docs/installer.sh +++ b/docs/installer.sh @@ -156,7 +156,6 @@ exec_kitty() { } main() { - [ -n "$KITTY_WINDOW_ID" ] && die "You should not try to update kitty from within kitty itself. For best results, quit all kitty instances and run this script from another terminal" detect_os parse_args "$@" detect_network_tool