1
0
Fork 0

Add symlinks only on WSL

This commit is contained in:
Fred Sundvik 2017-07-10 18:05:32 +03:00
parent 7bedf8f4f2
commit 861087096b
3 changed files with 52 additions and 45 deletions

View file

@ -1,4 +1,10 @@
#!/bin/bash
dir=$(cd -P -- "$(dirname -- "$0")" && pwd -P)
source "$dir/win_shared_install.sh"
source "$dir/win_shared_install.sh"
echo
echo "******************************************************************************"
echo "Installation completed!"
echo "You need to open a new batch command prompt for all the utils to work properly"
echo "******************************************************************************"