From ab8e2fc86f3e58a7f1e4f1d7c30b8607bb94a41e Mon Sep 17 00:00:00 2001 From: caem Date: Thu, 16 Jan 2025 20:15:27 +0100 Subject: [PATCH] actually call the install part --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 3db0180..ff551be 100755 --- a/install.sh +++ b/install.sh @@ -166,8 +166,8 @@ main () { update_managed_values partition_disk generate_config - - # todo install + install + reboot_on_consent } set -e