13 lines
427 B
PowerShell
13 lines
427 B
PowerShell
. "$PSScriptRoot/../tm-united-forever/Manage.ps1";
|
|
. "$PSScriptRoot/../../Scripts/SoftwareManagement.ps1";
|
|
. "$PSScriptRoot/../../../Common/Scripts/Software.ps1";
|
|
|
|
$parameters = Get-TMForeverInstallerComponents `
|
|
-IconName "TmNationsForever" `
|
|
-UserDirectory "$HOME/Documents/TmForever" `
|
|
-Installer {
|
|
Install-WingetPackage Nadeo.TrackManiaNationsForever;
|
|
};
|
|
|
|
Start-SoftwareInstaller @args @parameters;
|