From 726904507bb97449c5e6cd51ca45a1cb54638e50 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 1 Jun 2019 18:01:28 -0300 Subject: Fix server URL where to download public files from --- public/nixos/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/nixos/install.sh') diff --git a/public/nixos/install.sh b/public/nixos/install.sh index 63aedad..d8df69c 100755 --- a/public/nixos/install.sh +++ b/public/nixos/install.sh @@ -56,7 +56,7 @@ DEVICE="${2:-}" exit 2 } -SERVER="https://euandre.org/dotfiles" +SERVER="https://euandre.org/dotfiles/nixos" yellow "Downloading Nix files..." TMP_DIR="$(mktemp -d)" -- cgit v1.2.3