dinger1986
b4dac8823b
Merge pull request #33 from tsarmis/master
2023-03-06 20:12:17 +00:00
tsarmis
539b955e86
Update Readme.md
2023-03-06 22:00:27 +02:00
tsarmis
431675ec06
Update Readme.md
2023-03-06 21:59:14 +02:00
tsarmis
967d22f369
Update Readme.md
2023-03-06 21:58:57 +02:00
tsarmis
823d47a978
Update Readme.md
2023-03-06 21:58:41 +02:00
tsarmis
4f8a2cc912
Update Readme.md
2023-03-06 21:58:27 +02:00
tsarmis
b0bac5c531
Update Readme.md
2023-03-06 21:57:50 +02:00
dinger1986
6eeda0ac3b
Merge pull request #31 from PolisanTheEasyNick/patch-1
2023-03-05 12:24:23 +00:00
PolisanTheEasyNick
6bcaabdfb8
Add support for aarch64
2023-03-02 13:01:19 +02:00
dinger1986
82a74d324e
Update update.sh
2023-01-31 13:46:15 +00:00
dinger1986
a8f86e2707
Update update.sh
2023-01-31 13:11:33 +00:00
dinger1986
7a6499aa5e
Update update.sh
2023-01-31 10:35:42 +00:00
dinger1986
ea148eccdb
Merge pull request #29 from ukedk/patch-2
2023-01-27 10:38:48 +00:00
ukedk
5fac3063d4
Update update.sh
...
sorry, unzip didnt worked with amd54-subfolder. fixed now. Thx.
2023-01-27 11:36:46 +01:00
dinger1986
b5de2d58eb
Merge pull request #28 from ukedk/patch-1
2023-01-27 10:12:37 +00:00
ukedk
9572101a59
x64 -> amd64, gohttp-chk
2023-01-27 11:05:34 +01:00
dinger1986
2cde345ee0
Update install.sh
2023-01-23 14:13:18 +00:00
dinger1986
d395487354
Update install.sh
2023-01-23 13:51:16 +00:00
dinger1986
bfd20819bf
Update install.sh
2023-01-23 13:39:19 +00:00
dinger1986
ce9ad93fe5
Merge pull request #27 from chenyhd/master
...
support arch based OS manjaro
2023-01-10 09:53:08 +00:00
Henry Chen
e617f99fb8
optimize arch based OS judge
2023-01-10 16:59:33 +08:00
Henry Chen
1cb7bb73d1
support arch based OS manjaro
2023-01-10 16:02:41 +08:00
dinger1986
45c2b846fd
Update Readme.md
2022-11-17 22:51:07 +00:00
dinger1986
c6c09b5c2a
Update linuxclientinstall.sh
2022-11-16 13:32:17 +00:00
dinger1986
5704c0433a
Update install.sh
2022-11-10 18:40:58 +00:00
dinger1986
f87a8d55e7
Update install.sh
2022-11-10 16:25:29 +00:00
dinger1986
0934fe0e57
Update install.sh
2022-11-10 15:06:09 +00:00
dinger1986
ac36eb41bc
Update install.sh
2022-11-09 19:29:23 +00:00
dinger1986
acbdc48f06
Update install.sh
2022-11-07 15:38:10 +00:00
dinger1986
f8ee95133b
Merge pull request #15 from shykeiichi/add-arch
2022-08-31 00:25:00 +01:00
shykeiichi
6adefa9784
Added arch as a supported OS
2022-08-31 00:14:00 +02:00
dinger1986
cfdf24284d
Update WindowsAgentAIOInstall.ps1
2022-08-29 15:01:55 +01:00
dinger1986
948ccfb334
Update WindowsAgentAIOInstall.ps1
2022-08-28 22:20:20 +01:00
dinger1986
da75059836
Update WindowsAgentAIOInstall.ps1
2022-08-22 11:08:54 +01:00
dinger1986
eb3b9507d5
Update WindowsAgentAIOInstall.ps1
2022-08-22 09:21:34 +01:00
dinger1986
d19a9add3c
Merge pull request #10 from osiktech/master
...
fix typo
2022-08-18 09:47:16 +01:00
Stefan Tollkühn
13d55dd3a3
fix typo 2
2022-08-17 19:54:35 +02:00
OsikTech
afdeef5f48
fix typo
2022-08-17 18:13:00 +02:00
dinger1986
eb6300fbf1
Update WindowsAgentAIOInstall.ps1
2022-08-17 17:11:18 +01:00
dinger1986
98fdc69194
Merge pull request #9 from osiktech/master
...
little refactoring and cleaner powershell
2022-08-17 17:07:34 +01:00
dinger1986
200b5bfae3
Merge pull request #8 from narukeh/patch-1
...
prolly...so it wont break
2022-08-17 17:00:19 +01:00
Stefan Tollkühn
e774770c2a
a little more cleanup and try to avoid non Powershell commands
2022-08-17 17:56:31 +02:00
OsikTech
da203008e9
remove unnecessary cd to temp
2022-08-17 17:12:04 +02:00
OsikTech
4e0f30dbc4
use env variables
2022-08-17 17:08:33 +02:00
OsikTech
f3d8051d95
cleanup temp files
2022-08-17 17:01:08 +02:00
OsikTech
2ef8f4f1c6
add additional line in function OutputIDandPW
2022-08-17 16:44:43 +02:00
Stefan Tollkühn
b1bcafade9
little refactoring:
...
- get latest client from github
- replace $username and use $env:AppData (installations via RDP will fail otherwise)
- use $env:Temp instead of C:\temp (there are rare cases when windows is not installed on c: plus we already have an environment variable defined for this)
- use $env:ProgramFiles instead of hardcoded path (see $env:Temp)
- use a function to output ID and Password
- use a variable for content of RustDesk2.toml file
- use a longer password (8 chars is definitely not enough)
2022-08-17 16:42:02 +02:00
Hekuran
ff58ef5acb
prolly...so it wont break
...
as i understand this shall be executed by an administrator on the clients, but without root sudo, the commands are unsuccessful.
also on line 97, the `${uname}:${uname}` makes sense on most single user systems, but on a working enviroment, where multiple people login on a PC via ldap, by default users are on in the group, named the same as the username.......so that breaks as well but did no change it...yet, for me `${uname}:sudo` worked
(tried on ubuntu 20)
2022-08-17 14:01:42 +02:00
dinger1986
bd6d09319e
Update windowsclientID.ps1
2022-08-13 23:58:46 +01:00
dinger1986
fff5a7da62
Update Readme.md
2022-08-13 23:54:43 +01:00