aboutsummaryrefslogtreecommitdiff
path: root/install.nu
diff options
context:
space:
mode:
Diffstat (limited to 'install.nu')
-rwxr-xr-xinstall.nu2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.nu b/install.nu
index 6a7f457..166deb0 100755
--- a/install.nu
+++ b/install.nu
@@ -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" } }
}