From fa53914b6aab8232022da7922f0f9beb9be6ce02 Mon Sep 17 00:00:00 2001 From: Francesc Guasch Date: Mon, 11 Mar 2024 15:51:53 +0100 Subject: [PATCH] doc: v2.2.1 --- docs/docs/INSTALL_Debian.rst | 6 +++--- docs/docs/INSTALL_Ubuntu.rst | 8 ++++---- docs/docs/res/ravada_installer.sh | 8 ++++---- docs/docs/update.rst | 4 ++-- docs/docs/update_safe.rst | 4 ++-- index.html | 6 +++--- 6 files changed, 18 insertions(+), 18 deletions(-) diff --git a/docs/docs/INSTALL_Debian.rst b/docs/docs/INSTALL_Debian.rst index 0158f6c64..dd7a5e490 100644 --- a/docs/docs/INSTALL_Debian.rst +++ b/docs/docs/INSTALL_Debian.rst @@ -17,15 +17,15 @@ repository `__. Install the ravada package. It is called *debian-11* but works fine in *debian-12* also. -- ravada_2.1.9_debian-11_all.deb +- ravada_2.2.1_debian-11_all.deb When you run dpkg now it may show some errors, it is ok, keep reading. .. prompt:: bash $ - wget http://infoteleco.upc.edu/img/debian/ravada_2.1.9_debian-11_all.deb + wget http://infoteleco.upc.edu/img/debian/ravada_2.2.1_debian-11_all.deb sudo apt update - sudo apt install ./ravada_2.1.9_debian-11_all.deb + sudo apt install ./ravada_2.2.1_debian-11_all.deb Debian KVM ~~~~~~~~~~ diff --git a/docs/docs/INSTALL_Ubuntu.rst b/docs/docs/INSTALL_Ubuntu.rst index a1e3cca51..1757329c7 100644 --- a/docs/docs/INSTALL_Ubuntu.rst +++ b/docs/docs/INSTALL_Ubuntu.rst @@ -18,16 +18,16 @@ repository `__. Install the ravada package. Choose the one that matches your OS release: -- ravada_2.1.9_ubuntu-18.04_all.deb -- ravada_2.1.9_ubuntu-20.04_all.deb for Ubuntu 20.04 and Ubuntu 22.04 +- ravada_2.2.1_ubuntu-18.04_all.deb +- ravada_2.2.1_ubuntu-20.04_all.deb for Ubuntu 20.04 and Ubuntu 22.04 When you run dpkg now it may show some errors, it is ok, keep reading. .. prompt:: bash $ - wget http://infoteleco.upc.edu/img/debian/ravada_2.1.9_ubuntu-20.04_all.deb + wget http://infoteleco.upc.edu/img/debian/ravada_2.2.1_ubuntu-20.04_all.deb sudo apt-get update - sudo apt install ./ravada_2.1.9_ubuntu-20.04_all.deb + sudo apt install ./ravada_2.2.1_ubuntu-20.04_all.deb The last command will show a warning about missing dependencies. Install them running: diff --git a/docs/docs/res/ravada_installer.sh b/docs/docs/res/ravada_installer.sh index 02f90180b..8952c4212 100644 --- a/docs/docs/res/ravada_installer.sh +++ b/docs/docs/res/ravada_installer.sh @@ -35,8 +35,8 @@ if [[ $OS = *"Ubuntu"* && $VER > '16.04' ]]; then echo "Downloading..." sudo apt-get install libmojolicious-plugin-renderfile-perl -y &> /dev/null - wget http://infoteleco.upc.edu/img/debian/ravada_2.1.9_ubuntu-18.04_all.deb - sudo dpkg -i ravada_2.1.9_ubuntu-18.04_all.deb &> /dev/null + wget http://infoteleco.upc.edu/img/debian/ravada_2.2.1_ubuntu-18.04_all.deb + sudo dpkg -i ravada_2.2.1_ubuntu-18.04_all.deb &> /dev/null echo "Installing Dependencies..." sudo apt-get update -y &> /dev/null sudo apt-get -f -y install &> /dev/null @@ -136,8 +136,8 @@ elif [[ $OS = *"Ubuntu"* ]]; then wget http://infoteleco.upc.edu/img/debian/libmojolicious-plugin-renderfile-perl_0.10-1_all.deb &> /dev/null sudo dpkg -i libmojolicious-plugin-renderfile-perl_0.10-1_all.deb &> /dev/null - wget http://infoteleco.upc.edu/img/debian/ravada_2.1.9_all.deb &> /dev/null - sudo dpkg -i ravada_2.1.9_all.deb &> /dev/null + wget http://infoteleco.upc.edu/img/debian/ravada_2.2.1_all.deb &> /dev/null + sudo dpkg -i ravada_2.2.1_all.deb &> /dev/null echo "Installing Dependencies..." sudo apt-get update -y &> /dev/null sudo apt-get -f -y install &> /dev/null diff --git a/docs/docs/update.rst b/docs/docs/update.rst index dd3b22298..8ad973107 100644 --- a/docs/docs/update.rst +++ b/docs/docs/update.rst @@ -18,7 +18,7 @@ ETSETB repository `__. .. prompt:: bash - wget http://infoteleco.upc.edu/img/debian/ravada_2.1.9_ubuntu-20.04_all.deb + wget http://infoteleco.upc.edu/img/debian/ravada_2.2.1_ubuntu-20.04_all.deb Step 2 @@ -28,7 +28,7 @@ Install the *deb* package. .. prompt:: bash - sudo apt install ./ravada_2.1.9_ubuntu-20.04_all.deb + sudo apt install ./ravada_2.2.1_ubuntu-20.04_all.deb On some upgrades may be required to install some dependencies. You will see diff --git a/docs/docs/update_safe.rst b/docs/docs/update_safe.rst index 7c7994e6d..9c2834819 100644 --- a/docs/docs/update_safe.rst +++ b/docs/docs/update_safe.rst @@ -47,7 +47,7 @@ ETSETB repository `__. .. prompt:: bash - wget http://infoteleco.upc.edu/img/debian/ravada_2.1.9_ubuntu-20.04_all.deb + wget http://infoteleco.upc.edu/img/debian/ravada_2.2.1_ubuntu-20.04_all.deb Step 4.2: Install @@ -57,7 +57,7 @@ Install the *deb* package. .. prompt:: bash - sudo apt install ./ravada_2.1.9_ubuntu-20.04_all.deb + sudo apt install ./ravada_2.2.1_ubuntu-20.04_all.deb On some upgrades may be required to install some dependencies. You will see diff --git a/index.html b/index.html index 03ab7895a..a0a1d5436 100644 --- a/index.html +++ b/index.html @@ -107,7 +107,7 @@
- Ravada 2.1.9 is out! Go to the install page. + Ravada 2.2.1 is out! Go to the install page.
@@ -662,8 +662,8 @@

Around the Web