Update install_cockpit.sh

This commit is contained in:
qiaofeng1227 2024-02-20 13:50:29 +08:00 committed by GitHub
parent 00c977b1a6
commit 827bf418a3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -136,8 +136,8 @@ Disable_PackageKit(){
if command -v pkcon &> /dev/null; then
echo "pkcon is at your system ..."
sudo systemctl stop packagekit
sudo systemctl disable packagekit
sudo systemctl stop packagekit
sudo systemctl mask packagekit
fi
}