Skip to content

Commit 74516d4

Browse files
committed
Update WSL message
1 parent b17f43a commit 74516d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src-tauri/src/windows.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ pub fn install_wsl() -> Result<(), String> {
7171
{
7272
Command::new("powershell")
7373
.arg("-Command")
74-
.arg("Start-Process powershell -Verb runAs -ArgumentList '-NoExit','-Command','wsl --install -d Ubuntu-24.04; Write-Host \"`nA restart is required to finish installing WSL. After restarting, open CrossCode and click Install WSL again to finish the installation.\"; Read-Host \"Press Enter to close\"'")
74+
.arg("Start-Process powershell -Verb runAs -ArgumentList '-NoExit','-Command','wsl --install Ubuntu-24.04; Write-Host \"`nIf this is your first time installing WSL, a restart is required to finish. After restarting, open CrossCode and click Install WSL again to finish the installation.\"; Read-Host \"Press Enter to close\"'")
7575
.spawn()
7676
.map_err(|e| e.to_string())?;
7777
}

0 commit comments

Comments
 (0)