Remove unnecessary loop
This commit is contained in:
parent
ddaafb51c9
commit
a6c7ea33ab
1 changed files with 3 additions and 3 deletions
|
@ -12,10 +12,10 @@ Start-SoftwareInstaller @PSBoundParameters `
|
|||
Write-Information "Enabling the ``$feature`` feature…";
|
||||
choco install --source windowsFeatures -y $feature;
|
||||
}
|
||||
|
||||
Install-WingetPackage Nadeo.TrackManiaNationsForever;
|
||||
Remove-DesktopIcon "*TmNationsForever*";
|
||||
}
|
||||
|
||||
Install-WingetPackage Nadeo.TrackManiaNationsForever;
|
||||
Remove-DesktopIcon "*TmNationsForever*";
|
||||
};
|
||||
|
||||
# ToDo: Add restoration
|
||||
|
|
Loading…
Reference in a new issue