techahold / rustdeskinstall

Easy install Script for Rustdesk
MIT License
330 stars 105 forks source link

There are some architectures missing from the update.sh script #74

Closed DarkLordGMS closed 2 months ago

DarkLordGMS commented 2 months ago

Hello there!

I have a few suggestions. There are some architectures missing from the update.sh script starting on line 100. Can the missing ones be added?

Personally, I'm running my rustdesk server on aarch64 so I had to edit the update.sh script for it to be able to work. Only two architectures are included in the update script: x86_64 and armv7l

Also, on line 118 you can only find this: rm rustdesk-server-linux-amd64.zip

So it's only removing the amd64 zip after the update, which was doing nothing for me because mine is arm64v8. So you should probably replace the amd64 part of the file name with the appropriate one.

dinger1986 commented 2 months ago

updated https://github.com/techahold/rustdeskinstall/commit/f98ba407c1ed126ab05d4bb4c798c2adc06a55f3