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.
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.