summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index d2d53fe..7ea14b0 100644
--- a/makefile
+++ b/makefile
@@ -37,7 +37,7 @@ gpg: # Install GPG keys
wsl: # Run WSL install script
stow wsl
- ./wsl/install.sh
+ ./wsl/.local/bin/wsl-installer.sh
cargo rust: $(ZSH_COMP_DIR) $(BASH_COMP_DIR) # Install rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --no-modify-path