summaryrefslogtreecommitdiff
path: root/guix-strap/guix-setup
diff options
context:
space:
mode:
authorTyler Murphy <tylerm@tylerm.dev>2023-10-07 16:59:12 -0400
committerTyler Murphy <tylerm@tylerm.dev>2023-10-07 16:59:12 -0400
commit0be7c27439b75a16cd340b4a72855a7cc6cec06a (patch)
tree3ec923632137c223911a21ed169a1247d9051406 /guix-strap/guix-setup
parentformat btrfs, no YES on cryptsetup format needed (diff)
downloaddotfiles-guix-0be7c27439b75a16cd340b4a72855a7cc6cec06a.tar.gz
dotfiles-guix-0be7c27439b75a16cd340b4a72855a7cc6cec06a.tar.bz2
dotfiles-guix-0be7c27439b75a16cd340b4a72855a7cc6cec06a.zip
guix strap done (hopefully)
Diffstat (limited to 'guix-strap/guix-setup')
-rwxr-xr-xguix-strap/guix-setup9
1 files changed, 9 insertions, 0 deletions
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