Compare commits

...

4 Commits

3 changed files with 8 additions and 5 deletions

View File

@ -98,7 +98,10 @@ fi
if hash pkcon 2> /dev/null; then
# KDE Plasma uses PackageKit for the update indicator
pkcon backend-details --noninteractive --plain --verbose
pkcon refresh --noninteractive --plain --verbose
(pkcon get-updates --noninteractive --plain --verbose &)
(pkcon get-distro-upgrades --noninteractive --plain --verbose &)
pkcon update --noninteractive --plain --verbose
fi
@ -118,13 +121,13 @@ fi
# Sedric workaround, located in this repo. I trust /root/
if [ -f /root/fixgrub.bash ]; then
/root/fixgrub.bash
. /root/fixgrub.bash
fi
# Lumina & Sedric have been having kernel update issues, let's see if this
# script could detect and suggest action for that.
if [ -f /root/fix-kernel-install.bash ]; then
/root/fix-kernel-install.bash
. /root/fix-kernel-install.bash
fi
# Hide commands being executed again

View File

@ -2,7 +2,7 @@
#set -x
export LC_ALL=C.utf8
export LC_ALL=en_DK.UTF-8
# Check for existence of /etc/machine-id/
if [ -f /etc/machine-id ]; then
@ -35,7 +35,7 @@ if [ -f /etc/machine-id ]; then
fi
fi
echo "New kernel? Just in case, try sudo kernel-install add # $(uname -r)"
echo "New kernel? Just in case, try sudo kernel-install add $(uname -r) # although using the actual new kernel version"
echo "Alternatively sudo kernel-install add-all"
#set +x

@ -1 +1 @@
Subproject commit 7deb9c3e01ca98d8e5853706138dae398f3944ce
Subproject commit 0c238c199097d2c4ae523c7888506c0924474582