From 366d407f3adc5557b8b9d6dc023658f21e84dcc9 Mon Sep 17 00:00:00 2001 From: JohnnyRevay <65253638+jan-revay@users.noreply.github.com> Date: Wed, 25 Dec 2024 15:07:57 +0100 Subject: [PATCH] Update interactive_part.sh --- Ubuntu_22.04/interactive_part.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Ubuntu_22.04/interactive_part.sh b/Ubuntu_22.04/interactive_part.sh index e056853fe..2b3171fb1 100755 --- a/Ubuntu_22.04/interactive_part.sh +++ b/Ubuntu_22.04/interactive_part.sh @@ -3,6 +3,9 @@ # This script is being run first i.e. before anything else, so that all # user interaction is finished as quickly as possible. +# TODO - run the interactive parts at the end instead of the beginning +# so that I can simplify the code. + . ../prelude.sh . ../UbuntuCLI/interactive_part.sh