diff --git a/bash/deb-update.bash b/bash/deb-update.bash index 2a3e724..b91f7ed 100755 --- a/bash/deb-update.bash +++ b/bash/deb-update.bash @@ -103,5 +103,11 @@ if hash needrestart 2>/dev/null; then needrestart -b fi +# Sedric workaround, located in this repo. I trust /root/ +if [ -f /root/fixgrub.bash ] +then + /root/fixgrub.bash +fi + # Hide commands being executed again set +x