Skip to content

Commit 3e55381

Browse files
committed
moved to specific debian/12 or ubuntu/24.04 style repo directories
1 parent f700a21 commit 3e55381

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/radar/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,14 @@ EOL
2727
APT-based distributions (Debian, Ubuntu etc):
2828

2929
```text
30-
echo "deb [arch=amd64,arm64 signed-by=/usr/share/keyrings/tuxcare.gpg] https://repo.tuxcare.com/radar/debian stable main" > /etc/apt/sources.list.d/tuxcare-radar.list
30+
curl -s https://repo.tuxcare.com/radar/tuxcare.gpg -o /usr/share/keyrings/tuxcare.gpg
31+
32+
source /etc/os-release
33+
34+
printf '%s' \
35+
"deb [arch=amd64,arm64 signed-by=/usr/share/keyrings/tuxcare.gpg] " \
36+
"https://repo.tuxcare.com/radar/$ID/$VERSION_ID " \
37+
"stable main" > /etc/apt/sources.list.d/tuxcare-radar.list
3138
```
3239

3340
You should now be able to install Radar as simply as running one of the following:

0 commit comments

Comments
 (0)