From 1ab8da0e1a8f24de6f3f6ebe8d3e27dab197c754 Mon Sep 17 00:00:00 2001
From: shenmo <jifengshenmo@outlook.com>
Date: Fri, 28 Feb 2025 17:20:26 +0000
Subject: [PATCH] add: * no root

Signed-off-by: shenmo <jifengshenmo@outlook.com>
---
 tool/apt-fast/ss-apt-fast | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tool/apt-fast/ss-apt-fast b/tool/apt-fast/ss-apt-fast
index 05922dc..5db0ea0 100755
--- a/tool/apt-fast/ss-apt-fast
+++ b/tool/apt-fast/ss-apt-fast
@@ -56,7 +56,7 @@ for argument in "$@"; do
       option="source"
       root=0
       ;;
-    changelog|search|policy|show)
+    *)
       root=0
       ;;
   esac