From 81ab122d6b99f26c744302bcc76b1d26150717f6 Mon Sep 17 00:00:00 2001
From: shenmo <jifengshenmo@outlook.com>
Date: Mon, 28 Oct 2024 21:59:25 +0800
Subject: [PATCH] fix: now we don't need root to policy/search

---
 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 c051823..b4de6f4 100755
--- a/tool/apt-fast/ss-apt-fast
+++ b/tool/apt-fast/ss-apt-fast
@@ -52,7 +52,7 @@ for argument in "$@"; do
       option="source"
       root=0
       ;;
-    changelog)
+    changelog|search|policy)
       root=0
       ;;
   esac