From 2c3c84a8f95907c122334a6a9d2e88ff7a4820ad Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Sat, 13 Jan 2024 21:52:21 +0100 Subject: [PATCH] fix typo --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index e11d437..0aeb263 100755 --- a/install.sh +++ b/install.sh @@ -91,7 +91,7 @@ install() { echo -en "You are about to start the system build, do you want to process ? " comfirm - # Build the systhem (flakes + home manager) + # Build the system (flakes + home manager) echo -e "\nBuilding the system...\n" sudo nixos-rebuild switch --flake .#nixos }