diff options
| -rwxr-xr-x | install.nu | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ let DEVICE_ID = match (uname | get nodename) { # get locations let DOTFILES_DIR = match ($DEVICE_ID) { "010" | "020" => $"($env.HOME)/src/dotfiles/src", - "110" | "120" => $"($env.HOME)/dotfiles/src", + "030" | "110" | "120" => $"($env.HOME)/dotfiles/src", _ => { error make -u { msg: "unsupported device" } } } |
