110 Commits

Author SHA1 Message Date
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
dinger1986
b1dbc65af6
Update Readme.md 2022-08-13 23:54:13 +01:00
dinger1986
9976d34cda
Update install.sh 2022-08-13 23:08:33 +01:00
dinger1986
3bed54c175
Update WindowsAgentAIOInstall.ps1 2022-08-13 22:45:20 +01:00
dinger1986
0241d9b6c3
Update install.sh 2022-08-12 15:58:37 +01:00
dinger1986
0f04e202ae
Update update.sh 2022-08-12 15:58:02 +01:00
dinger1986
2457f046e8
Merge pull request #7 from dinger1986/dev
Dev
2022-08-12 15:49:22 +01:00
dinger1986
d9c5f06e9a
Merge pull request #4 from philclifford/suggestions
rework to script
2022-08-12 15:48:46 +01:00
dinger1986
a0ab2f16f9
Update install.sh 2022-08-12 15:29:22 +01:00
dinger1986
98e070f9ae
Update install.sh 2022-08-12 15:27:00 +01:00
dinger1986
dbd903976d
Update install.sh 2022-08-12 15:20:17 +01:00
dinger1986
706bf581c5
Update install.sh 2022-08-12 15:17:47 +01:00
dinger1986
4977bd764c
Update install.sh 2022-08-12 15:11:26 +01:00
Phil Clifford
fc9a935121 conform case 2022-08-12 12:55:47 +01:00
Phil Clifford
54944d2014 aligned to install for rhel derivatives 2022-08-12 12:48:48 +01:00
dinger1986
5008b5af80
Update WindowsAgentAIOInstall.ps1 2022-08-12 09:09:08 +01:00
dinger1986
b057dcc9d4
Update WindowsAgentAIOInstall.ps1 2022-08-12 09:08:22 +01:00
Phil Clifford
f511867dc8 And working on centos-stream 9.0 2022-08-12 03:51:16 +01:00
Phil Clifford
91584fed55 Now working on Debian too 2022-08-12 03:10:00 +01:00
Phil Clifford
303c19668a Some tweaks
tested and working on ZorinOS and Pop!
2022-08-12 00:55:04 +01:00
Phil Clifford
cf592f34c3 some typos and sudos removed 2022-08-11 18:28:00 +01:00