We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f700a21 commit 3e55381Copy full SHA for 3e55381
docs/radar/README.md
@@ -27,7 +27,14 @@ EOL
27
APT-based distributions (Debian, Ubuntu etc):
28
29
```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
+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
38
```
39
40
You should now be able to install Radar as simply as running one of the following:
0 commit comments