From 6bdfa768c25af4e9b141ce1545295a7a0d989a47 Mon Sep 17 00:00:00 2001 From: TrudeEH Date: Sat, 30 Mar 2024 23:03:50 +0000 Subject: [PATCH] Fixed incorrect nix.sh location --- install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/install.sh b/install.sh index 3075f435..94a3616d 100755 --- a/install.sh +++ b/install.sh @@ -38,7 +38,6 @@ if ! nix --version &>/dev/null; then echo -e "${YELLOW}[E] Nix not found.${ENDCOLOR}" echo -e "${GREEN}[+] Installing the Nix package manager...${ENDCOLOR}" curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install - . $HOME/.nix-profile/etc/profile.d/nix.sh . /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh echo -e "${GREEN}[I] Installed Nix.${ENDCOLOR}" fi