From e808de858f1e078a4f0a06d2b7e369b07bdf3fab Mon Sep 17 00:00:00 2001 From: qiaofeng1227 <76487013@qq.com> Date: Fri, 28 Jul 2023 10:38:42 +0800 Subject: [PATCH] navigator is stop to update --- install/update.sh | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/install/update.sh b/install/update.sh index 1c60609f..f638e356 100644 --- a/install/update.sh +++ b/install/update.sh @@ -213,14 +213,14 @@ pkcon refresh /dev/null 2>&1 pkcon get-updates >/dev/null 2>&1 pkcon update -y >/dev/null 2>&1 -# update navigator -if command -v apt > /dev/null;then - sudo apt -y install --only-upgrade cockpit-navigator -elif command -v dnf > /dev/null;then - sudo dnf update -y cockpit-navigator -elif command -v yum > /dev/null;then - sudo yum update -y cockpit-navigator -fi +# update navigator(not update on official) +# if command -v apt > /dev/null;then +# sudo apt -y install --only-upgrade cockpit-navigator +# elif command -v dnf > /dev/null;then +# sudo dnf update -y cockpit-navigator +# elif command -v yum > /dev/null;then +# sudo yum update -y cockpit-navigator +# fi sudo systemctl restart cockpit.socket