Skip to content

Commit 8e052b3

Browse files
docs: Updated quick setup info with deb RFC822 format (#6209)
updated quick setup info
1 parent 7aed2e0 commit 8e052b3

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,16 @@ sudo apt install -y curl gpg
6464
# Add the Eclipse Kura APT repository key
6565
curl -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
7379
sudo apt update

0 commit comments

Comments
 (0)