1

Prevent PackageKit from interrupting setup

This commit is contained in:
Jessie Hildebrandt 2023-06-02 13:48:26 -04:00
parent e4256c0ed2
commit 4ae0c36cc7

View File

@ -297,6 +297,9 @@ fi
echo "Setting up packages..." echo "Setting up packages..."
# Kill PackageKit so that it doesn't interrupt us
sudo systemctl stop packagekit
sudo zypper --non-interactive in ${PATTERNS[@]} sudo zypper --non-interactive in ${PATTERNS[@]}
if [[ "${detected_features[@]}" == *"Mobile"* ]]; then if [[ "${detected_features[@]}" == *"Mobile"* ]]; then
sudo zypper in patterns-desktop-mobile sudo zypper in patterns-desktop-mobile
@ -350,7 +353,7 @@ fi
# Silence GRUB # Silence GRUB
echo "Configuring GRUB..." echo "Configuring GRUB..."
echo "# Automatically added by personal-opensuse-setup.sh echo "# Automatically added by opensuse-personalizer.sh
GRUB_TIMEOUT=0 GRUB_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT=0 GRUB_HIDDEN_TIMEOUT=0
GRUB_QUIET=true GRUB_QUIET=true