﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
19689	OS detection: Linux Mint	josm.sanspourriel	josm.sanspourriel	"On https://josm.openstreetmap.de/wiki/Download#Ubuntu, one installation command suggests to use:
lsb_release -sc
However, on Linux Mint 20 it returns ulyana.
This repository doesn't exist.

Several suggestions:
- add a link on the server so that ulyana links to fossa (same for other Linux Mint versions: link to the upstream Ubuntu version
- make it work so that it works in Linux Mint 
check if:
 $(lsb_release -si) is Linuxmint
then use:
 grep DISTRIB_CODENAME= /etc/upstream-release/lsb-release | awk  -F = '{print $(2)}'
(it returns focal)
- give a hint on the page how to install on Linux Mint

Except that, it works like a charm. As usual ;-)"	enhancement	closed	minor		Core		worksforme	ubuntu repository mint	
