Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong Linux filename breaks update script #2319

Closed
akosma opened this issue Jan 20, 2020 · 3 comments
Closed

Wrong Linux filename breaks update script #2319

akosma opened this issue Jan 20, 2020 · 3 comments
Labels
bug It's a bug

Comments

@akosma
Copy link

akosma commented Jan 20, 2020

Environment

Joplin version: 1.0.178
Platform: Linux
OS specifcs:

Steps To Reproduce

  1. Run the Linux update script
    wget -O - https://raw.githubusercontent.com/laurent22/joplin/master/Joplin_install_and_update.sh | bash
  2. The script fails with "ERROR 404: Not Found."

The reason is that the AppImage file of the latest release does not contain the x86_64 part in the filename: compare the file in version 1.0.178 to that of 1.0.175

https://github.com/laurent22/joplin/releases/tag/v1.0.178
https://github.com/laurent22/joplin/releases/tag/v1.0.175

Describe what you expected to happen:
The application should update as usual.

Logfile

@akosma akosma added the bug It's a bug label Jan 20, 2020
@Jairjua
Copy link

Jairjua commented Jan 20, 2020

in the same file there are a problem with print function: it removes initial spaces making print wrong texts.

doc75 added a commit to doc75/joplin that referenced this issue Jan 20, 2020
@joshjavier
Copy link

The fix doc75@8157663 is not yet merged to the master branch, so I tried the workaround as mentioned in #2328 (comment). Works without any issues.

@tessus
Copy link
Collaborator

tessus commented Jan 22, 2020

fixed in 1a1a1d3

@tessus tessus closed this as completed Jan 22, 2020
@lock lock bot locked and limited conversation to collaborators Jan 30, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug It's a bug
Projects
None yet
Development

No branches or pull requests

4 participants