Changes between Version 230 and Version 231 of Download
- Timestamp:
- 2025-08-19T22:14:50+02:00 (4 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Download
v230 v231 95 95 Alternatively, this can be done with the following one-liner in Ubuntu (not for Ubuntu based distributions like Linux Mint): 96 96 {{{#!sh 97 echo "deb [signed-by=/ usr/local/share/keyrings/josm-apt.gpg] https://josm.openstreetmap.de/apt $(lsb_release -sc) universe" | sudo tee /etc/apt/sources.list.d/josm.list > /dev/null97 echo "deb [signed-by=/etc/apt/keyrings/josm-apt.gpg] https://josm.openstreetmap.de/apt $(lsb_release -sc) universe" | sudo tee /etc/apt/sources.list.d/josm.list > /dev/null 98 98 }}} 99 99 or for Linux Mint:
