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:
parent
49efbf0c6e
commit
c6dcbe6521
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue