Skip to content

Commit d63fc82

Browse files
fix(debian): correct installpath variable to use HOME
1 parent 952d4c8 commit d63fc82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

debian-linux/dev-tools-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# except Neovim which is installed globally (for use as root for administration)
77

88
# Define location to install tools (except Neovim)
9-
installpath="$HOMW/.local/bin/"
9+
installpath="$HOME/.local/bin/"
1010
nodeversion="${1:-24}"
1111

1212
# Ensure install path exists

0 commit comments

Comments
 (0)