diff options
author | EuAndreh <eu@euandre.org> | 2019-06-01 18:01:28 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-06-01 18:01:28 -0300 |
commit | 726904507bb97449c5e6cd51ca45a1cb54638e50 (patch) | |
tree | edd451f0ccacb580b43245955271eafe477d99f6 | |
parent | Delete existing documentation content in docs derivation (diff) | |
download | dotfiles-726904507bb97449c5e6cd51ca45a1cb54638e50.tar.gz dotfiles-726904507bb97449c5e6cd51ca45a1cb54638e50.tar.xz |
Fix server URL where to download public files from
-rwxr-xr-x | public/nixos/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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)" |