From cb66813a8bf7e1ecd2c59c0f8a159262903ec230 Mon Sep 17 00:00:00 2001 From: Baipyrus Date: Sun, 24 Nov 2024 21:32:45 +0100 Subject: [PATCH] bugfix: typos in function names (switcheroo) --- install_windows.ps1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"