JessThrysoee / synology-letsencrypt

94 stars 31 forks source link

Synology NAS DS418 #17

Closed cirrusflyer closed 5 months ago

cirrusflyer commented 5 months ago

Have a DS418 with a Realtek RTD1296 SoC, which should use linux_arm64 lego. But the install script produces "Could not find lego download URL! Try a different architecture maybe? See 'bash -h'". How could I modify the script to accept this or force this file?

JessThrysoee commented 5 months ago

What does dpkg --print-architecture output?

cirrusflyer commented 5 months ago

dpkg --print-architecture: armel

When I installed software, it uses arm64.

JessThrysoee commented 5 months ago

Try

curl -sSL https://raw.githubusercontent.com/JessThrysoee/synology-letsencrypt/master/install.sh | bash -s -- -a arm64
cirrusflyer commented 5 months ago

That works! Thanks