From 11ba8c2cf98538bcf821d15ceb74fd136a483274 Mon Sep 17 00:00:00 2001 From: OCbwoy3 Date: Tue, 11 Mar 2025 23:06:06 +0200 Subject: [PATCH] testtttttt --- install.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 9154164..0e1d5c8 100755 --- a/install.sh +++ b/install.sh @@ -1,8 +1,11 @@ lsblk -printf "Installing OCbwoy3's Dotfiles\nSit back and wait until NixOS (and the config) gets installed, or do something in the meantime.\n\n" +printf "\n\nWelcome to OCbwoy3's Dotfiles!!\n\nThis will be semi-automatic until the install phase. Now, let's wipe all your disks and partition them.\n\n" sudo nix --experimental-features "nix-command flakes" run github:nix-community/disko/latest -- --mode destroy,format,mount hosts/default/disko.nix + +printf "\n\nInstalling NixOS, plz something in the meantime.\n\n" + sudo nixos-install --flake .#default # sudo nix run 'github:nix-community/disko/latest#disko-install' --extra-experimental-features "nix-command flakes" -- --flake .#default --disk main /dev/$vardisk \ No newline at end of file