summaryrefslogtreecommitdiffstats
path: root/util/wsl_install.sh
diff options
context:
space:
mode:
authorFred Sundvik <fsundvik@gmail.com>2017-05-28 19:11:56 +0200
committerFred Sundvik <fsundvik@gmail.com>2017-05-28 20:30:55 +0200
commitb8899b48b45c0209e44cc35d9185aa670e769d40 (patch)
treeb57b8071e97e3c410fb565505e120705fb8717a0 /util/wsl_install.sh
parent9c582fc797c3fbddd753791aab279dd2ad27b9c4 (diff)
downloadqmk_firmware-b8899b48b45c0209e44cc35d9185aa670e769d40.tar.gz
qmk_firmware-b8899b48b45c0209e44cc35d9185aa670e769d40.tar.xz
Make symlink to utils and export programmer variables
Diffstat (limited to 'util/wsl_install.sh')
-rw-r--r--util/wsl_install.sh7
1 files changed, 6 insertions, 1 deletions
diff --git a/util/wsl_install.sh b/util/wsl_install.sh
index 0964929e7..314f520b9 100644
--- a/util/wsl_install.sh
+++ b/util/wsl_install.sh
@@ -35,7 +35,6 @@ function install_utils {
function install_drivers {
pushd $download_dir
- cp ../drivers.txt .
cmd.exe /C qmk_driver_installer.exe $1 $2 ../drivers.txt
popd > /dev/null
}
@@ -101,5 +100,11 @@ while true; do
esac
done
+echo
+echo "Creating a softlink to the utils directory as ~/qmk_utils."
+echo "This is needed so that the the make system can find all utils it need."
+read -p "Press any key to continue (ctrl-c to abort)"
+ln -sf "$dir" ~/qmk_utils
+
popd > /dev/null