Normalize software names
This commit is contained in:
parent
48322bb1c3
commit
95d079bcaf
70 changed files with 59 additions and 59 deletions
scripts/Windows/Software
chocolatey
ext4fsd
firefox
lghub
maniaplanet
msedge-redirect
nextcloud
nvs
oh-my-posh
openssh
pinned-item
powershell
putty
retroarch
rewasd
thunderbird
tm-nations-forever
tm-united-forever
tobii-gamehub
tobii-ghost
ubiquiti-unifi-controller
visualstudio
windows
winscp
zoxide
|
@ -1,7 +1,7 @@
|
|||
using namespace Microsoft.Win32;
|
||||
|
||||
. "$PSScriptRoot/../../../Common/Scripts/Software.ps1";
|
||||
. "$PSScriptRoot/../../../Common/Software/PowerShell/Profile.ps1";
|
||||
. "$PSScriptRoot/../../../Common/Software/powershell/Profile.ps1";
|
||||
|
||||
Start-SoftwareInstaller @args `
|
||||
-Configurator {
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
. "$PSScriptRoot/../../../Common/Types/InstallerAction.ps1";
|
||||
|
||||
Start-SoftwareInstaller @args `
|
||||
-Inherit "$PSScriptRoot/../../../Common/Software/Oh My Posh/Main.ps1" `
|
||||
-Inherit "$PSScriptRoot/../../../Common/Software/oh-my-posh/Main.ps1" `
|
||||
-Installer {
|
||||
Install-WingetPackage JanDeDobbeleer.OhMyPosh -ArgumentList "--scope", "machine";
|
||||
};
|
|
@ -1,5 +1,5 @@
|
|||
. "$PSScriptRoot/../../../Common/Scripts/Software.ps1";
|
||||
. "$PSScriptRoot/../../../Common/Software/PowerShell/Module.ps1";
|
||||
. "$PSScriptRoot/../../../Common/Software/powershell/Module.ps1";
|
||||
|
||||
$parameters = Get-ModuleInstallerComponents "PinnedItem" -NativeOnly -NoProfile;
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
. "$PSScriptRoot/../../../Common/Scripts/Software.ps1";
|
||||
. "$PSScriptRoot/../../../Common/Types/InstallerAction.ps1";
|
||||
|
||||
Start-SoftwareInstaller @args -Inherit "$PSScriptRoot/../../../Common/Software/PowerShell/Main.ps1";
|
||||
Start-SoftwareInstaller @args -Inherit "$PSScriptRoot/../../../Common/Software/powershell/Main.ps1";
|
|
@ -1,4 +1,4 @@
|
|||
. "$PSScriptRoot/../TrackMania United Forever/Manage.ps1";
|
||||
. "$PSScriptRoot/../tm-united-forever/Manage.ps1";
|
||||
. "$PSScriptRoot/../../Scripts/SoftwareManagement.ps1";
|
||||
. "$PSScriptRoot/../../../Common/Scripts/Software.ps1";
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
. "$PSScriptRoot/../../Scripts/SoftwareManagement.ps1";
|
||||
. "$PSScriptRoot/../../../Common/Scripts/Software.ps1";
|
||||
. "$PSScriptRoot/../../../Common/Software/PowerShell/Profile.ps1";
|
||||
. "$PSScriptRoot/../../../Common/Software/powershell/Profile.ps1";
|
||||
. "$PSScriptRoot/../../../Common/Types/InstallerAction.ps1";
|
||||
|
||||
Start-SoftwareInstaller @args `
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue