Changes between Version 189 and Version 190 of Download
- Timestamp:
- 2022-06-23T13:26:32+02:00 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Download
v189 v190 77 77 78 78 {{{#!sh 79 deb https://josm.openstreetmap.de/apt jammy universe 80 deb https://josm.openstreetmap.de/apt impish universe 81 deb https://josm.openstreetmap.de/apt hirsute universe 82 deb https://josm.openstreetmap.de/apt groovy universe 83 deb https://josm.openstreetmap.de/apt focal universe 84 deb https://josm.openstreetmap.de/apt eoan universe 85 deb https://josm.openstreetmap.de/apt disco universe 86 deb https://josm.openstreetmap.de/apt bionic universe 79 deb [signed-by=/usr/share/keyrings/josm-apt.key] https://josm.openstreetmap.de/apt jammy universe 80 deb [signed-by=/usr/share/keyrings/josm-apt.key] https://josm.openstreetmap.de/apt impish universe 81 deb [signed-by=/usr/share/keyrings/josm-apt.key] https://josm.openstreetmap.de/apt hirsute universe 82 deb [signed-by=/usr/share/keyrings/josm-apt.key] https://josm.openstreetmap.de/apt groovy universe 83 deb [signed-by=/usr/share/keyrings/josm-apt.key] https://josm.openstreetmap.de/apt focal universe 84 deb [signed-by=/usr/share/keyrings/josm-apt.key] https://josm.openstreetmap.de/apt eoan universe 85 deb [signed-by=/usr/share/keyrings/josm-apt.key] https://josm.openstreetmap.de/apt disco universe 86 deb [signed-by=/usr/share/keyrings/josm-apt.key] https://josm.openstreetmap.de/apt bionic universe 87 87 88 88 # For other Debian based distributions add: 89 deb https://josm.openstreetmap.de/apt alldist universe 89 deb [signed-by=/usr/share/keyrings/josm-apt.key] https://josm.openstreetmap.de/apt alldist universe 90 90 }}} 91 91 92 92 Alternatively, this can be done with the following one-liner in Ubuntu (not for Ubuntu based distributions like Linux Mint): 93 93 {{{ 94 echo debhttps://josm.openstreetmap.de/apt $(lsb_release -sc) universe | sudo tee /etc/apt/sources.list.d/josm.list > /dev/null94 echo "deb [signed-by=/usr/share/keyrings/josm-apt.key] https://josm.openstreetmap.de/apt $(lsb_release -sc) universe" | sudo tee /etc/apt/sources.list.d/josm.list > /dev/null 95 95 }}} 96 96 or for Linux Mint: 97 97 {{{ 98 echo debhttps://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/null98 echo "deb [signed-by=/usr/share/keyrings/josm-apt.key] 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 99 99 }}} 100 100 … … 102 102 ### below did not work on all systems 103 103 and add the following line: 104 `deb https://josm.openstreetmap.de/apt VERSION universe` 105 }}} 106 107 Download and registerthe [/josm-apt.key public key]:108 {{{#!sh 109 wget -qhttps://josm.openstreetmap.de/josm-apt.key-O- | sudo apt-key add -104 `deb [signed-by=/usr/share/keyrings/josm-apt.key] https://josm.openstreetmap.de/apt VERSION universe` 105 }}} 106 107 Download the [/josm-apt.key public key]: 108 {{{#!sh 109 sudo wget -O /usr/share/keyrings/josm-apt.key https://josm.openstreetmap.de/josm-apt.key 110 110 }}} 111 111
