mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-25 09:00:26 +00:00
Update install_cockpit.sh
This commit is contained in:
parent
00c977b1a6
commit
827bf418a3
1 changed files with 2 additions and 2 deletions
|
@ -136,8 +136,8 @@ Disable_PackageKit(){
|
||||||
|
|
||||||
if command -v pkcon &> /dev/null; then
|
if command -v pkcon &> /dev/null; then
|
||||||
echo "pkcon is at your system ..."
|
echo "pkcon is at your system ..."
|
||||||
sudo systemctl stop packagekit
|
sudo systemctl stop packagekit
|
||||||
sudo systemctl disable packagekit
|
sudo systemctl mask packagekit
|
||||||
|
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue