mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-26 02:02:14 +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() {
|
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
|
detect_os
|
||||||
parse_args "$@"
|
parse_args "$@"
|
||||||
detect_network_tool
|
detect_network_tool
|
||||||
|
|||||||
Reference in New Issue
Block a user