wsl instructions

This commit is contained in:
marito 2025-06-17 00:04:42 +00:00
parent 946edc1a7e
commit 115cdd0952

View File

@ -47,5 +47,5 @@
- name: "FOR WSL USER: This error is safe and intentional. Follow instructions below." - name: "FOR WSL USER: This error is safe and intentional. Follow instructions below."
ansible.builtin.fail: ansible.builtin.fail:
msg: | msg: |
✅ ACTION REQUIRED: WSL Configuration was Updated! Lenvi has configured /etc/wsl.conf to fix file permissions. You MUST restart WSL for this change to take effect. Please perform the following steps: 1. Close this terminal. 2. Open Windows PowerShell or CMD (not as admin). 3. Run the command: wsl --shutdown 4. Wait a few seconds, then re-open your WSL terminal and cd ~/Lenvi. 5. Re-run ./lenvi.sh ✅ ACTION REQUIRED: WSL Configuration was Updated! Lenvi has configured /etc/wsl.conf to fix file permissions. You MUST restart WSL for this change to take effect. Please perform the following steps: 1. Type 'logout' or 'exit' to exit WSL. 2. Run the command: wsl --shutdown 3. Wait a few seconds, then re-open your WSL terminal. 4. cd ~/Lenvi and Re-run ./lenvi.sh
when: wsl_conf_result.changed when: wsl_conf_result.changed