File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -64,10 +64,16 @@ sudo apt install -y curl gpg
6464# Add the Eclipse Kura APT repository key
6565curl -fsSL " https://keyserver.ubuntu.com/pks/lookup?op=get&search=0xBA7E3DF5EDC3FC36" \
6666 | gpg --dearmor \
67- | sudo tee /etc/apt/trusted.gpg.d /kura.gpg > /dev/null
67+ | sudo tee /etc/apt/keyrings /kura.gpg > /dev/null
6868
6969# Add the Eclipse Kura APT repository
70- echo " deb https://repo.eclipse.org/repository/kura-apt/ stable main" | sudo tee /etc/apt/sources.list.d/kura.list
70+ sudo tee /etc/apt/sources.list.d/kura.sources > /dev/null << 'EOF '
71+ Types: deb
72+ URIs: https://repo.eclipse.org/repository/kura-apt/
73+ Suites: stable
74+ Components: main
75+ Signed-By: /etc/apt/keyrings/kura.gpg
76+ EOF
7177
7278# Update package index and install Eclipse Kura
7379sudo apt update
You can’t perform that action at this time.
0 commit comments