Update kp.sh

This commit is contained in:
甬哥侃侃侃ygkkk
2025-01-16 14:47:33 +08:00
committed by GitHub
parent b631ed82f3
commit 8a706f6f3d
+1
View File
@@ -35,6 +35,7 @@ opkg install sshpass curl jq
else
if [ -f /etc/debian_version ]; then
package_manager="apt-get install -y"
apt-get update >/dev/null 2>&1
elif [ -f /etc/redhat-release ]; then
package_manager="yum install -y"
elif [ -f /etc/fedora-release ]; then