Compare commits

..

No commits in common. "dcce6c11a0cb9618a16f11409f04ae87ae8f2b4c" and "ed1369fb5ff307d81cfb0194191d70c669817d35" have entirely different histories.

3 changed files with 5 additions and 8 deletions

View File

@ -98,10 +98,7 @@ 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
@ -121,13 +118,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=en_DK.UTF-8
export LC_ALL=C.utf8
# 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) # although using the actual new kernel version"
echo "New kernel? Just in case, try sudo kernel-install add # $(uname -r)"
echo "Alternatively sudo kernel-install add-all"
#set +x

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