2024-10-13 13:35:24 +00:00
|
|
|
. "$PSScriptRoot/../tm-united-forever/Manage.ps1";
|
2024-09-24 16:15:06 +00:00
|
|
|
. "$PSScriptRoot/../../Scripts/SoftwareManagement.ps1";
|
|
|
|
. "$PSScriptRoot/../../../Common/Scripts/Software.ps1";
|
|
|
|
|
|
|
|
$parameters = Get-TMForeverInstallerComponents `
|
|
|
|
-IconName "TmNationsForever" `
|
|
|
|
-UserDirectory "$HOME/Documents/TmForever" `
|
|
|
|
-Installer {
|
|
|
|
Install-WingetPackage Nadeo.TrackManiaNationsForever;
|
|
|
|
};
|
|
|
|
|
2024-09-30 03:00:20 +00:00
|
|
|
Start-SoftwareInstaller @args @parameters;
|