mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-05-29 10:57:34 +02:00
Compare commits
4 Commits
ed1369fb5f
...
dcce6c11a0
Author | SHA1 | Date | |
---|---|---|---|
dcce6c11a0 | |||
02eae11be3 | |||
6d29c6f455 | |||
42e3c7f3c6 |
@ -98,7 +98,10 @@ fi
|
|||||||
|
|
||||||
if hash pkcon 2> /dev/null; then
|
if hash pkcon 2> /dev/null; then
|
||||||
# KDE Plasma uses PackageKit for the update indicator
|
# KDE Plasma uses PackageKit for the update indicator
|
||||||
|
pkcon backend-details --noninteractive --plain --verbose
|
||||||
pkcon refresh --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
|
pkcon update --noninteractive --plain --verbose
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@ -118,13 +121,13 @@ fi
|
|||||||
|
|
||||||
# Sedric workaround, located in this repo. I trust /root/
|
# Sedric workaround, located in this repo. I trust /root/
|
||||||
if [ -f /root/fixgrub.bash ]; then
|
if [ -f /root/fixgrub.bash ]; then
|
||||||
/root/fixgrub.bash
|
. /root/fixgrub.bash
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Lumina & Sedric have been having kernel update issues, let's see if this
|
# Lumina & Sedric have been having kernel update issues, let's see if this
|
||||||
# script could detect and suggest action for that.
|
# script could detect and suggest action for that.
|
||||||
if [ -f /root/fix-kernel-install.bash ]; then
|
if [ -f /root/fix-kernel-install.bash ]; then
|
||||||
/root/fix-kernel-install.bash
|
. /root/fix-kernel-install.bash
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Hide commands being executed again
|
# Hide commands being executed again
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
#set -x
|
#set -x
|
||||||
|
|
||||||
export LC_ALL=C.utf8
|
export LC_ALL=en_DK.UTF-8
|
||||||
|
|
||||||
# Check for existence of /etc/machine-id/
|
# Check for existence of /etc/machine-id/
|
||||||
if [ -f /etc/machine-id ]; then
|
if [ -f /etc/machine-id ]; then
|
||||||
@ -35,7 +35,7 @@ if [ -f /etc/machine-id ]; then
|
|||||||
fi
|
fi
|
||||||
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"
|
echo "Alternatively sudo kernel-install add-all"
|
||||||
|
|
||||||
#set +x
|
#set +x
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 7deb9c3e01ca98d8e5853706138dae398f3944ce
|
Subproject commit 0c238c199097d2c4ae523c7888506c0924474582
|
Loading…
x
Reference in New Issue
Block a user