Prevent PackageKit from interrupting setup
This commit is contained in:
parent
e4256c0ed2
commit
4ae0c36cc7
@ -297,6 +297,9 @@ fi
|
||||
|
||||
echo "Setting up packages..."
|
||||
|
||||
# Kill PackageKit so that it doesn't interrupt us
|
||||
sudo systemctl stop packagekit
|
||||
|
||||
sudo zypper --non-interactive in ${PATTERNS[@]}
|
||||
if [[ "${detected_features[@]}" == *"Mobile"* ]]; then
|
||||
sudo zypper in patterns-desktop-mobile
|
||||
@ -350,7 +353,7 @@ fi
|
||||
|
||||
# Silence GRUB
|
||||
echo "Configuring GRUB..."
|
||||
echo "# Automatically added by personal-opensuse-setup.sh
|
||||
echo "# Automatically added by opensuse-personalizer.sh
|
||||
GRUB_TIMEOUT=0
|
||||
GRUB_HIDDEN_TIMEOUT=0
|
||||
GRUB_QUIET=true
|
||||
|
Loading…
Reference in New Issue
Block a user