Commit Graph

72 Commits

Author SHA1 Message Date
dfde28cf65 Fix powershell invalid operation is NULL 2025-02-18 13:30:59 +01:00
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
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
b216c696b1 Update _index.en.md
fixed typo in powershell
2024-10-30 13:33:02 +02:00
da3c5cf21f update 2024-10-30 18:57:45 +08:00
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
382ba4080d Update _index.en.md
Fixed PowerShell syntax highlighting
2024-10-28 12:57:53 -04:00
e23c24eb04 Create _index.pt.md 2024-08-26 08:11:10 -03:00
a304b9090b Update _index.en.md 2024-08-13 09:54:50 +08:00
da467f1729 rm -rf tactical 2024-08-13 09:46:35 +08:00
29e6c57efd Update _index.en.md 2024-07-20 22:43:38 +02:00
e4c532a406 Update _index.en.md 2024-07-20 22:43:04 +02:00
d6797a2617 Update _index.en.md 2024-06-15 10:20:37 +08:00
ab92445a84 Update _index.de.md 2024-05-24 21:04:49 +02:00
475b8431c4 Update _index.de.md 2024-05-24 21:04:21 +02:00
fbd07f0607 Update _index.en.md 2024-05-21 22:11:31 +02:00
bba5a32afa Update _index.en.md 2024-05-21 21:45:35 +02:00
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
da25a05ad9 Update _index.de.md 2024-03-10 22:41:59 +01:00
7a83294841 Update _index.en.md 2024-02-09 21:38:15 +01:00
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
c58a477848 Update _index.de.md 2023-10-24 22:08:37 +02:00
7b8428b093 Update _index.de.md 2023-10-24 22:07:54 +02:00
da7d91a4eb Update _index.en.md 2023-10-23 22:04:04 +02:00
2ec1d984a7 Update _index.en.md 2023-10-23 22:02:40 +02:00
9462568781 Update _index.en.md 2023-10-23 13:53:14 +01:00
701649d425 Update _index.en.md 2023-10-21 21:51:13 +02:00
162b454061 Update _index.de.md 2023-10-12 21:56:49 +02:00
43396401b1 Update _index.de.md 2023-10-12 21:55:56 +02:00
ad9bbccc2f Update _index.en.md 2023-10-10 21:45:25 +02:00
c3e01aa661 Update _index.en.md 2023-10-10 21:44:27 +02:00
086a12a31d Update _index.en.md 2023-10-06 16:56:53 +01:00
4e26d2471e Update _index.en.md 2023-10-06 16:45:02 +01:00
60d808877a Update _index.de.md 2023-10-01 23:26:14 +02:00
acac91c5db Update _index.de.md 2023-10-01 23:24:59 +02:00
338a2519fe Update _index.en.md 2023-10-01 13:53:56 +02:00
8a348732e9 Update _index.en.md 2023-10-01 13:52:30 +02:00
88a59a18c2 Update _index.en.md 2023-09-28 11:08:18 +01:00
14786a9964 Update _index.de.md 2023-09-22 22:14:50 +01:00
9772ef7525 Update _index.en.md 2023-09-22 22:13:37 +01:00
fffaebd437 Update _index.de.md 2023-09-14 22:09:43 +02:00
1741277758 Update _index.de.md 2023-09-14 22:09:05 +02:00
8fb7214148 Update _index.en.md 2023-09-13 23:23:22 +02:00
74ce4d8c59 Update _index.en.md 2023-09-13 23:22:27 +02:00
3cb3b8c914 Merge pull request #288 from dinger1986/master
fix typos in scripts
2023-09-11 08:42:52 +08:00
21b27dc174 Update _index.en.md 2023-09-10 20:50:40 +01:00
1c2c7cf418 Update _index.en.md 2023-09-10 20:47:07 +01:00
42682eff6f Update _index.en.md 2023-09-10 20:24:39 +01:00
0ecbab0d0e Merge pull request #285 from dinger1986/master
added cookie warning and popups for pricing, fixed scripts in docs
2023-09-10 09:59:52 +08:00
a2aa9936ab Update _index.de.md 2023-09-09 22:09:37 +02:00