diff --git a/docs/docs/INSTALL_Debian.rst b/docs/docs/INSTALL_Debian.rst index d058d69fa..b0972c11a 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.1_debian-11_all.deb +- ravada_2.1.2_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.1_debian-11_all.deb + wget http://infoteleco.upc.edu/img/debian/ravada_2.1.2_debian-11_all.deb sudo apt update - sudo apt install ./ravada_2.1.1_debian-11_all.deb + sudo apt install ./ravada_2.1.2_debian-11_all.deb Debian KVM ~~~~~~~~~~ diff --git a/docs/docs/INSTALL_Ubuntu.rst b/docs/docs/INSTALL_Ubuntu.rst index d4f0f621c..979498c0c 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.1_ubuntu-18.04_all.deb -- ravada_2.1.1_ubuntu-20.04_all.deb for Ubuntu 20.04 and Ubuntu 22.04 +- ravada_2.1.2_ubuntu-18.04_all.deb +- ravada_2.1.2_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.1_ubuntu-20.04_all.deb + wget http://infoteleco.upc.edu/img/debian/ravada_2.1.2_ubuntu-20.04_all.deb sudo apt-get update - sudo apt install ./ravada_2.1.1_ubuntu-20.04_all.deb + sudo apt install ./ravada_2.1.2_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 fe003a792..f9f87d0de 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.1_ubuntu-18.04_all.deb - sudo dpkg -i ravada_2.1.1_ubuntu-18.04_all.deb &> /dev/null + wget http://infoteleco.upc.edu/img/debian/ravada_2.1.2_ubuntu-18.04_all.deb + sudo dpkg -i ravada_2.1.2_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.1_all.deb &> /dev/null - sudo dpkg -i ravada_2.1.1_all.deb &> /dev/null + wget http://infoteleco.upc.edu/img/debian/ravada_2.1.2_all.deb &> /dev/null + sudo dpkg -i ravada_2.1.2_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 48f679463..d9ad8b51f 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.1_ubuntu-20.04_all.deb + wget http://infoteleco.upc.edu/img/debian/ravada_2.1.2_ubuntu-20.04_all.deb Step 2 @@ -28,7 +28,7 @@ Install the *deb* package. .. prompt:: bash - sudo apt install ./ravada_2.1.1_ubuntu-20.04_all.deb + sudo apt install ./ravada_2.1.2_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 5c71988bb..c6bdd87c1 100644 --- a/index.html +++ b/index.html @@ -107,7 +107,7 @@
- Ravada 2.1.1 is out! Go to the install page. + Ravada 2.1.2 is out! Go to the install page.
@@ -662,8 +662,8 @@

Around the Web