Commit Graph

33 Commits

Author SHA1 Message Date
Axel Schoppe
dfde28cf65 Fix powershell invalid operation is NULL 2025-02-18 13:30:59 +01:00
Robbe Van der Gucht
34ccd57769 Don't create 'null' files on Windows
Suppressing emitted STDOUT from cmdlets is done with by piping to `Out-Null` instead of redirecting to `null`. That last option will create a new file on Windows.

```
# Don't do 
mkdir test > null

# Do 
mkdir test | Out-Null
```
2025-02-14 23:34:15 +01:00
Evgeny Dats
321abc99bc Update _index.en.md
Bash script for macOS will now be able to automatically get the latest version from github.
Notification about need for root privileges has been replaced with a request for root password to execute script.
2024-11-01 21:06:41 +03:00
lazee486
b216c696b1 Update _index.en.md
fixed typo in powershell
2024-10-30 13:33:02 +02:00
rustdesk
da3c5cf21f update 2024-10-30 18:57:45 +08:00
lazee486
00dadc42ac Update _index.en.md
added winget install option to page - havent tested if --config works with it
2024-10-30 12:52:46 +02:00
Robert Biddle
382ba4080d Update _index.en.md
Fixed PowerShell syntax highlighting
2024-10-28 12:57:53 -04:00
RustDesk
a304b9090b Update _index.en.md 2024-08-13 09:54:50 +08:00
Mr-Update
e4c532a406 Update _index.en.md 2024-07-20 22:43:04 +02:00
RustDesk
d6797a2617 Update _index.en.md 2024-06-15 10:20:37 +08:00
Mr-Update
bba5a32afa Update _index.en.md 2024-05-21 21:45:35 +02:00
Matthias
d8cc87c301 Update _index.en.md
When using deployment tools (like PDQ) the multi-line params caused an exception when running the nested ps1 script. Changing it to an by-line approach solved this.
2024-03-20 16:17:20 +01:00
Mr-Update
7a83294841 Update _index.en.md 2024-02-09 21:38:15 +01:00
User35123
f81ba46944 Powershell script will now be able to automatically get the latest version from github
The function getLatest() returns an object containing the current version number and the current download link.

In addition, the parameter "-wait" had to be removed from Start-Process, as the current version (1.2.3) apparently never ends if the Rustdesk service is not ended manually. Instead, a start-sleep of 20 seconds was added.
2024-01-19 15:17:24 +01:00
Mr-Update
2ec1d984a7 Update _index.en.md 2023-10-23 22:02:40 +02:00
dinger1986
9462568781 Update _index.en.md 2023-10-23 13:53:14 +01:00
Mr-Update
701649d425 Update _index.en.md 2023-10-21 21:51:13 +02:00
Mr-Update
c3e01aa661 Update _index.en.md 2023-10-10 21:44:27 +02:00
dinger1986
086a12a31d Update _index.en.md 2023-10-06 16:56:53 +01:00
dinger1986
4e26d2471e Update _index.en.md 2023-10-06 16:45:02 +01:00
Mr-Update
8a348732e9 Update _index.en.md 2023-10-01 13:52:30 +02:00
dinger1986
88a59a18c2 Update _index.en.md 2023-09-28 11:08:18 +01:00
Mr-Update
74ce4d8c59 Update _index.en.md 2023-09-13 23:22:27 +02:00
RustDesk
3cb3b8c914 Merge pull request #288 from dinger1986/master
fix typos in scripts
2023-09-11 08:42:52 +08:00
dinger1986
21b27dc174 Update _index.en.md 2023-09-10 20:50:40 +01:00
dinger1986
1c2c7cf418 Update _index.en.md 2023-09-10 20:47:07 +01:00
dinger1986
42682eff6f Update _index.en.md 2023-09-10 20:24:39 +01:00
dinger1986
15fc4b7b15 Update _index.en.md 2023-09-09 11:36:12 +01:00
dinger1986
d10342f36b Update _index.en.md 2023-09-06 20:32:12 +01:00
Mr-Update
3be5282296 Update _index.en.md 2023-08-31 21:58:07 +02:00
dinger1986
561e816fb3 Update _index.en.md 2023-08-31 13:06:15 +01:00
dinger1986
465a305f6c Update _index.en.md 2023-08-31 13:05:53 +01:00
dinger1986
85201603c6 Rename _index.en.md to _index.en.md 2023-08-30 15:07:01 +01:00