From f4b259c9f7d703adc4538f7bcfd9ee861ebbbc6e Mon Sep 17 00:00:00 2001 From: Kroese Date: Tue, 18 Mar 2025 12:37:58 +0100 Subject: [PATCH] Update entry.sh --- src/entry.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/entry.sh b/src/entry.sh index ea536e1..25f7eac 100644 --- a/src/entry.sh +++ b/src/entry.sh @@ -7,9 +7,10 @@ set -Eeuo pipefail cd /run +. utils.sh # Load functions . reset.sh # Initialize system . define.sh # Define versions -. mido.sh # Download code +. mido.sh # Download Windows . install.sh # Run installation . disk.sh # Initialize disks . display.sh # Initialize graphics