mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-16 08:09:23 +01:00
deb-update.bash: . the other scripts if they exist
This commit is contained in:
parent
02eae11be3
commit
dcce6c11a0
@ -121,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
|
||||
|
Loading…
Reference in New Issue
Block a user