We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
According to the documentation, using:
wget -O - https://raw.githubusercontent.com/laurent22/joplin/master/Joplin_install_and_update.sh | bash
should upgrade an existing install of Joplin, but with today's release, it fails.
Joplin version: (wanted) latest Platform: Ubuntu Linux 18.04 LTS OS specifcs: Ubuntu Linux 18.04 LTS
$ ls -l ~/.joplin/Joplin.AppImage -rw-rw-r-- 1 jmcastagnetto jmcastagnetto 0 Jan 20 18:40 Joplin.AppImage
Describe what you expected to happen:
The error that is produced gives a hint about the solution to this issue:
ERROR
wget -O - https://raw.githubusercontent.com/laurent22/joplin/master/Joplin_install_and_update.sh | bash --2020-01-20 18:40:50-- https://raw.githubusercontent.com/laurent22/joplin/master/Joplin_install_and_update.sh Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 151.101.192.133, 151.101.128.133, 151.101.64.133, ... Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|151.101.192.133|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 4676 (4.6K) [text/plain] Saving to: ‘STDOUT’ - 100%[======================================================>] 4.57K --.-KB/s in 0s 2020-01-20 18:40:50 (36.8 MB/s) - written to stdout [4676/4676] _ _ _ | | ___ _ __ | (_)_ __ _ | |/ _ \| '_ \| | | '_ \ | |_| | (_) | |_) | | | | | | \___/ \___/| .__/|_|_|_| |_| |_| Linux Installer and Updater Downloading Joplin... https://github.com/laurent22/joplin/releases/download/v1.0.178/Joplin-1.0.178-x86_64.AppImage: 2020-01-20 18:40:52 ERROR 404: Not Found.
The released AppImage is at: https://github.com/laurent22/joplin/releases/download/v1.0.178/Joplin-1.0.178.AppImage (missing "-x86_64")
The text was updated successfully, but these errors were encountered:
Workaround:
$ wget https://raw.githubusercontent.com/laurent22/joplin/master/Joplin_install_and_update.sh
Remove the string "-x86.64" in line 69
joplin/Joplin_install_and_update.sh
Line 69 in 953aa5d
Run:
$ bash Joplin_install_and_update.sh
$ ~/.joplin/Joplin.AppImage
Sorry, something went wrong.
@jmcastagnetto
For your information there appears to be a previous issue submitted re this and it looks like it has been actioned.
#2319 (comment)
Same issue as #2319, as mentioned by @dpoulton-github. Closing this issue.
No branches or pull requests
According to the documentation, using:
should upgrade an existing install of Joplin, but with today's release, it fails.
Environment
Joplin version: (wanted) latest
Platform: Ubuntu Linux 18.04 LTS
OS specifcs: Ubuntu Linux 18.04 LTS
Steps To Reproduce
Describe what you expected to happen:
What is the problem?
The error that is produced gives a hint about the solution to this issue:
ERROR
The released AppImage is at: https://github.com/laurent22/joplin/releases/download/v1.0.178/Joplin-1.0.178.AppImage (missing "-x86_64")
Logfile
The text was updated successfully, but these errors were encountered: