From 0be7c27439b75a16cd340b4a72855a7cc6cec06a Mon Sep 17 00:00:00 2001 From: Tyler Murphy Date: Sat, 7 Oct 2023 16:59:12 -0400 Subject: guix strap done (hopefully) --- guix-strap/guix-setup | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'guix-strap/guix-setup') diff --git a/guix-strap/guix-setup b/guix-strap/guix-setup index bad7ce7..7fb027b 100755 --- a/guix-strap/guix-setup +++ b/guix-strap/guix-setup @@ -1,5 +1,8 @@ #!/run/current-system/profile/bin/bash +echo "#!/run/current-system/profile/bin/bash" > ./guix-env +echo "" > ./guix-env + welcome() { cat<<"EOF" ░░░ ░░░ @@ -32,3 +35,9 @@ EOF welcome ./guix-partition ./guix-crypt +./guix-configure +./guix-install +./guix-password + +echo "GNU Guix has been installed, you can now reboot..." +exit 0 -- cgit v1.2.3-freya