meganz / MEGAsync

Easy automated syncing between your computers and your MEGA Cloud Drive
Other
1.64k stars 281 forks source link

Website download links for Linux are broken #994

Closed loukamb closed 2 months ago

loukamb commented 2 months ago

On this page, regardless of the distribution you select, the website will fail to fill in packageDownloadUrl and packageFilename variables in the output to copy.

For example, Ubuntu shows this:

wget packageDownloadUrl && sudo apt install "$PWD/packageFilename"

Arch shows this:

wget packageDownloadUrl && sudo pacman -U "$PWD/packageFilename"

megalib.js outputs the following warnings in the console:

Unregistered placeholder "packageDownloadUrl" detected. Ignoring.
Unregistered placeholder "packageFilename" detected. Ignoring.

I currently run Firefox 130. I know that this issue also occurs on Safari on iOS.

rautamiekka commented 2 months ago

Confirmed, same happens to me on Google Chrome 128.0.6613.138 (which was old by the time I checked the version) on Win10.

vtmateos commented 2 months ago

We will check out and fix. Thanks for your report.

rautamiekka commented 2 months ago

I confirm it's fixed, although I'm still on the same older Chrome.