mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
Merge branch 'immense:master' into addCIDRProxies
This commit is contained in:
commit
ab914ea461
@ -5,10 +5,6 @@ A remote control and remote scripting solution, built with .NET, Blazor, and Sig
|
||||
[](https://dev.azure.com/immybot/Remotely/_build/latest?definitionId=2&branchName=master)
|
||||
[](https://github.com/immense/Remotely/actions/workflows/run_tests.yml)
|
||||
|
||||
## Looking for Maintainers
|
||||
|
||||
I'm looking for maintainers to help me out! If you are a .NET dev and are interested in helping to keep Remotely moving forward, send me a DM on Discord at `jaredatimmy`.
|
||||
|
||||
## Project Links
|
||||
|
||||
Subreddit: https://www.reddit.com/r/remotely_app/
|
||||
|
||||
@ -283,8 +283,7 @@
|
||||
private void SetScriptContent()
|
||||
{
|
||||
_windowsScript =
|
||||
$"Invoke-WebRequest -Uri '{NavMan.BaseUri}api/ClientDownloads/WindowsInstaller/{_organizationId}' -OutFile \"${{env:TEMP}}\\Install-Remotely.ps1\" -UseBasicParsing;" +
|
||||
"Start-Process -FilePath 'powershell.exe' -ArgumentList (\"-executionpolicy\", \"bypass\", \"-f\", \"${env:TEMP}\\Install-Remotely.ps1\") -Verb RunAs;";
|
||||
$"irm '{NavMan.BaseUri}api/ClientDownloads/WindowsInstaller/{_organizationId}'|iex";
|
||||
|
||||
_ubuntuScript = GetLinuxScript("UbuntuInstaller-x64");
|
||||
|
||||
@ -334,4 +333,4 @@
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user