mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-23 11:49:24 +01:00
deb-update.bash: replace the fix-kernel-install.bash with kernel-install
This commit is contained in:
parent
65df0685db
commit
cc7fdcd39d
@ -152,8 +152,13 @@ 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
|
||||||
|
if hash kernel-install 2> /dev/null; then
|
||||||
|
sleep 3
|
||||||
|
kernel-install add-all -v
|
||||||
|
sleep 5
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Hide commands being executed again
|
# Hide commands being executed again
|
||||||
|
Loading…
Reference in New Issue
Block a user