bugfix: typos in function names (switcheroo)

This commit is contained in:
Baipyrus 2024-11-24 21:32:45 +01:00
parent 9cc28a14e1
commit cb66813a8b

View File

@ -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"