Install preview version of mRemoteNG
This commit is contained in:
parent
a041c4c7d7
commit
163b9e3e15
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
|||
#!/bin/pwsh
|
||||
. "$PSScriptRoot/../Scripts/Context.ps1";
|
||||
. "$PSScriptRoot/../Scripts/SoftwarePackage.ps1";
|
||||
. "$PSScriptRoot/../Software/Firefox/Install.ps1";
|
||||
. "$PSScriptRoot/../Software/git/Manage.ps1";
|
||||
. "$PSScriptRoot/../Software/LGHub/Manage.ps1";
|
||||
|
@ -78,8 +79,7 @@ function Restore-PersonalApps([Context] $context) {
|
|||
$context.RemoveTaskbarItem("*Brave*");
|
||||
|
||||
# Tools
|
||||
choco install -y `
|
||||
mremoteng;
|
||||
Install-SoftwarePackage $context "https://github.com/mRemoteNG/mRemoteNG/releases/download/2023.03.03-v1.77.3-nb/mRemoteNG-Installer-1.77.3.nb-1784.msi" @("/Quiet");
|
||||
|
||||
choco install -y `
|
||||
7zip `
|
||||
|
|
Loading…
Reference in a new issue