From 6ab630f679530032d3dcb8e0c88de94719497373 Mon Sep 17 00:00:00 2001 From: SamNet-dev Date: Wed, 4 Feb 2026 20:58:25 -0600 Subject: [PATCH] fix: add update_management_script call to update_gfk function --- paqctl.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/paqctl.sh b/paqctl.sh index 0c0151f..6612287 100644 --- a/paqctl.sh +++ b/paqctl.sh @@ -3525,6 +3525,9 @@ update_gfk() { "$INSTALL_DIR/venv/bin/pip" install --quiet --upgrade scapy aioquic 2>/dev/null || true fi rm -rf "$tmp_dir" + + # Also check for management script updates + update_management_script echo "" }