Commit Graph

190 Commits

Author SHA1 Message Date
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
Phil Clifford 4f9c175355 A few suggestions that might
help improve/extend OS detection/support
install more of the dependencies - curl and wget were missing
2022-08-11 17:42:28 +01:00
dinger1986 59ee76784a
Update install.sh 2022-08-10 22:55:22 +01:00
dinger1986 fc53aa80b9
Create update.sh 2022-08-10 22:38:57 +01:00
dinger1986 c33cbc1d5f
Update install.sh 2022-08-10 18:46:57 +01:00
dinger1986 3fa7b0b84b
Update install.sh 2022-08-10 18:43:17 +01:00
dinger1986 1303936d51
Merge pull request #3 from dinger1986/dev-1
Dev 1
2022-08-10 18:29:32 +01:00
dinger1986 6fcebde128
Update install.sh 2022-08-10 18:29:07 +01:00
dinger1986 8b65e3b46c
Update install.sh 2022-08-10 18:23:39 +01:00
dinger1986 bfd977f573
Update install.sh 2022-08-10 18:19:46 +01:00
dinger1986 d02d7af640
Update install.sh 2022-08-10 13:17:11 +01:00
dinger1986 2a76fd7ead
Update install.sh 2022-08-10 13:01:14 +01:00
dinger1986 9c98234ba9
Update linuxclientinstall.sh 2022-08-10 09:19:42 +01:00
dinger1986 c6c1acbac9
Update install.sh 2022-08-10 09:19:19 +01:00
dinger1986 8092893399
Update install.sh 2022-08-10 00:36:00 +01:00
dinger1986 8b2cb50fe4
Update install.sh 2022-08-10 00:26:47 +01:00
dinger1986 83d2e63c5b
Update Readme.md 2022-08-10 00:17:18 +01:00
dinger1986 5cf465f34f
Update install.sh 2022-08-09 23:23:36 +01:00
dinger1986 9b1fd38559
Merge pull request #2 from dinger1986/dev
Dev
2022-08-09 23:16:33 +01:00
dinger1986 e0dcc3824b
Update linuxclientinstall.sh 2022-08-09 23:15:40 +01:00
dinger1986 7e0e5dc934
Update linuxclientinstall.sh 2022-08-09 22:48:01 +01:00