You've already forked joplin
							
							
				mirror of
				https://github.com/laurent22/joplin.git
				synced 2025-10-31 00:07:48 +02:00 
			
		
		
		
	Linux: Joplin_install_and_update.sh: restore compatibility with older wget versions (#4752)
The `--show-progress` flag was introduced in wget 1.16 (2014). CentOS 7 only has wget 1.14.
This commit is contained in:
		| @@ -126,8 +126,8 @@ fi | ||||
| #----------------------------------------------------- | ||||
| print 'Downloading Joplin...' | ||||
| TEMP_DIR=$(mktemp -d) | ||||
| wget -qnv --show-progress -O ${TEMP_DIR}/Joplin.AppImage https://github.com/laurent22/joplin/releases/download/v${RELEASE_VERSION}/Joplin-${RELEASE_VERSION}.AppImage | ||||
| wget -qnv --show-progress -O ${TEMP_DIR}/joplin.png https://joplinapp.org/images/Icon512.png | ||||
| wget -O ${TEMP_DIR}/Joplin.AppImage https://github.com/laurent22/joplin/releases/download/v${RELEASE_VERSION}/Joplin-${RELEASE_VERSION}.AppImage | ||||
| wget -O ${TEMP_DIR}/joplin.png https://joplinapp.org/images/Icon512.png | ||||
|  | ||||
| #----------------------------------------------------- | ||||
| print 'Installing Joplin...' | ||||
|   | ||||
		Reference in New Issue
	
	Block a user