Browse Source

kamailio-install-guide-deb: tutorial for v5.6.x

Daniel-Constantin Mierla 3 years ago
parent
commit
e9e060fba1
1 changed files with 5 additions and 5 deletions
  1. 5 5
      kamailio-install-guide-deb/docs/index.md

+ 5 - 5
kamailio-install-guide-deb/docs/index.md

@@ -28,12 +28,12 @@ development versions, is presented at:
 
   * [Kamailio APT Repos: Debian - Ubuntu](https://deb.kamailio.org/)
 
-For example, if you want to install Kamailio v5.5.x on Debian Buster (10.x), add the next
+For example, if you want to install Kamailio v5.6.x on Debian Buster (10.x), add the next
 URLs to APT configuration:
 
 ```
-deb     http://deb.kamailio.org/kamailio55 buster main
-deb-src http://deb.kamailio.org/kamailio55 buster main
+deb     http://deb.kamailio.org/kamailio56 buster main
+deb-src http://deb.kamailio.org/kamailio56 buster main
 ```
 
 ### APT Repositories Archive ###
@@ -44,10 +44,10 @@ an older version or rollback to an older version, use the repositories listed at
 
   * [APT Repositories Archive](https://deb-archive.kamailio.org/)
 
-For example, to install Kamailio v5.5.1, add the next URL to APT configuration:
+For example, to install Kamailio v5.6.1, add the next URL to APT configuration:
 
 ```
-deb https://deb-archive.kamailio.org/repos/kamailio-5.5.1
+deb https://deb-archive.kamailio.org/repos/kamailio-5.6.1
 ```
 
 ## APT Install Commands ###