From 6a8fea964a37d47a8596d160a7f896c2ef36cf3b Mon Sep 17 00:00:00 2001 From: Kroese Date: Tue, 18 Mar 2025 12:14:09 +0100 Subject: [PATCH] Update entry.sh --- src/entry.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/entry.sh b/src/entry.sh index 7b7bf0c..7180f7e 100755 --- a/src/entry.sh +++ b/src/entry.sh @@ -6,6 +6,7 @@ set -Eeuo pipefail cd /run +. utils.sh # Load functions . reset.sh # Initialize system . install.sh # Run installation . disk.sh # Initialize disks