@@ -8,45 +8,37 @@ TuxCare Radar is an intelligent vulnerability scanner for Linux systems, fully i
88
99## Installation  
1010
11- If  you are not already a KernelCare or ePortal user, you will first  need to install our repository configuration:
11+ First  you need to install our repository configuration:
1212
1313RPM-based distributions (AlmaLinux, RHEL etc):
1414
1515``` text 
16- cat > /etc/yum.repos.d/kernelcare .repo <<EOL 
17- [kernelcare ] 
18- name=kernelcare  
19- baseurl=https://repo.cloudlinux .com/kernelcare /\$releasever/\$basearch 
16+ cat > /etc/yum.repos.d/tuxcare-radar .repo <<EOL 
17+ [tuxcare-radar ] 
18+ name=TuxCare Radar  
19+ baseurl=https://repo.tuxcare .com/radar /\$releasever/\$basearch/  
2020enabled=1 
2121gpgcheck=1 
22- gpgkey=https://repo.cloudlinux.com/kernelcare/RPM-GPG-KEY-KernelCare 
22+ skip_if_unavailable=1 
23+ gpgkey=https://repo.tuxcare.com/radar/RPM-GPG-KEY-TuxCare 
2324EOL 
2425``` 
2526
26- For  APT-based distributions (Debian, Ubuntu etc):
27+ APT-based distributions (Debian, Ubuntu etc):
2728
2829``` text 
29- curl -s https://repo.cloudlinux.com/kernelcare/kernelcare.gpg -o /usr/share/keyrings/kcare.gpg 
30- 
31- source /etc/os-release 
32- 
33- if [ "$ID" = "debian" ]; then export VERSION_CODENAME=kcare; fi 
34- 
35- printf '%s' \ 
36-   "deb [signed-by=/usr/share/keyrings/kcare.gpg] " \ 
37-   "https://repo.cloudlinux.com/kernelcare/kernelcare-$ID/$VERSION_ID " \ 
38-   "$VERSION_CODENAME main" > /etc/apt/sources.list.d/kcare.list 
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 
3931``` 
4032
41- If you are already a KernelCare user or have followed the above repo instructions, you  should be able to install Radar as simply as running one of the following:
33+ You  should now  be able to install Radar as simply as running one of the following:
4234
4335RPM-based distributions (AlmaLinux, RHEL etc):
4436
4537``` text 
4638yum install tuxcare-radar 
4739``` 
4840
49- For  APT-based distributions (Debian, Ubuntu etc):
41+ APT-based distributions (Debian, Ubuntu etc):
5042
5143``` text 
5244apt-get install tuxcare-radar 
@@ -83,4 +75,3 @@ su -s /bin/bash nobody -c "tuxcare-radar --config /etc/tuxcare-radar/radar.yaml"
8375``` 
8476
8577Then visit [ https://radar.tuxcare.com ] ( https://radar.tuxcare.com/ )  to view the results.
86- 
0 commit comments