From dcce6c11a0cb9618a16f11409f04ae87ae8f2b4c Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Mon, 22 Jul 2024 15:33:11 +0300 Subject: [PATCH] deb-update.bash: . the other scripts if they exist --- bash/deb-update.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bash/deb-update.bash b/bash/deb-update.bash index 550efa4..ac3812f 100755 --- a/bash/deb-update.bash +++ b/bash/deb-update.bash @@ -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