deb-update.bash: . the other scripts if they exist

This commit is contained in:
Aminda Suomalainen 2024-07-22 15:33:11 +03:00
parent 02eae11be3
commit dcce6c11a0
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 2 additions and 2 deletions

View File

@ -121,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