TaffarelJr / config

Machine configuration and setup
MIT License
2 stars 0 forks source link

Fix Linux mount point #47

Closed TaffarelJr closed 3 years ago

TaffarelJr commented 3 years ago

Currently, in the Ubuntu.sh script, we append to the wsl.conf file to change the mount point to /c. This, however, is not idempotent. We need to NOT append to the file if the settings are already in place.