Changes between Version 156 and Version 157 of Download
- Timestamp:
- 2020-08-30T17:56:13+02:00 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Download
v156 v157 86 86 }}} 87 87 88 Alternatively, this can be done with the following one-liner in Ubuntu: 88 Alternatively, this can be done with the following one-liner in Ubuntu (not for Ubuntu based distributions like Linux Mint): 89 89 {{{ 90 90 echo deb https://josm.openstreetmap.de/apt $(lsb_release -sc) universe | sudo tee /etc/apt/sources.list.d/josm.list > /dev/null 91 }}} 92 or for Linux Mint: 93 {{{ 94 echo deb https://josm.openstreetmap.de/apt $(grep ^DISTRIB_CODENAME= /etc/upstream-release/lsb-release| awk -F = '{print $(2)}') universe | sudo tee /etc/apt/sources.list.d/josm.list > /dev/null 91 95 }}} 92 96
