diff --git a/install_windows.ps1 b/install_windows.ps1 index d9d0c5b..92cb566 100644 --- a/install_windows.ps1 +++ b/install_windows.ps1 @@ -5,9 +5,9 @@ Import-Module ./util/wsl.psm1 # (Optionally) Install required Software -InstallWinget -InstallChocolatey -InstallWSL +WingetInstall +ChocolateyInstall +WSLInstall # Define paths for tools and configurations $dotfilesRepo = "$env:TMP\dotfiles"