deb-update.bash: replace the fix-kernel-install.bash with kernel-install

This commit is contained in:
Aminda Suomalainen 2024-09-30 10:06:05 +03:00
parent 65df0685db
commit cc7fdcd39d
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

View File

@ -152,8 +152,13 @@ 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
# if [ -f /root/fix-kernel-install.bash ]; then
# . /root/fix-kernel-install.bash
# fi
if hash kernel-install 2> /dev/null; then
sleep 3
kernel-install add-all -v
sleep 5
fi
# Hide commands being executed again