aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index 06b506f..e168491 100755
--- a/install.sh
+++ b/install.sh
@@ -18,7 +18,7 @@ if [[ -d "$TARGET" ]]; then
echo "Re-installed at $TARGET"
fi
else
- ln -s "$PWD" "$TARGET"
+ ln -s "$PWD/hardware" "$TARGET"
echo "Installed at $TARGET"
fi