Update _index.en.md

added winget install option to page - havent tested if --config works with it
This commit is contained in:
lazee486 2024-10-30 12:52:46 +02:00 committed by GitHub
parent bbd8c322d9
commit 00dadc42ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -186,6 +186,17 @@ You can also use msi instead of `rustdesk.exe --silent-install`.
https://rustdesk.com/docs/en/client/windows/msi/
### Winget
you can deploy via pwershell with winget as well (this installs via microsofts version of apt - part of most recent windows installs)
from a powershell window or via script (for example via Tactical RMM or GPO)
```
winget install --id=RustDesk.RustDesk -e
```
### macOS Bash
```sh