mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-07 09:38:16 +02:00
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.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user