Pointing to new repo (trusty)

This commit is contained in:
Matt Hill 2016-01-21 19:11:32 -05:00
parent e4d1ae92e9
commit 795c0d46de
3 changed files with 4 additions and 4 deletions

View File

@ -248,7 +248,7 @@ Add the OpenALPR GPG key and setup the OpenALPR deb repository
.. code-block:: bash
wget -O - http://deb.openalpr.com/openalpr.gpg.key | sudo apt-key add -
echo "deb http://deb.openalpr.com/commercial/ openalpr main" | sudo tee /etc/apt/sources.list.d/openalpr.list
echo "deb http://deb.openalpr.com/commercial/ trusty main" | sudo tee /etc/apt/sources.list.d/openalpr.list
sudo apt-get update && sudo apt-get -y install openalpr openalpr-daemon

View File

@ -52,7 +52,7 @@ Precompiled binaries are available for Ubuntu 14.04 64-bit OS. This is the simp
.. code-block:: bash
wget -O - http://deb.openalpr.com/openalpr.gpg.key | sudo apt-key add -
echo "deb http://deb.openalpr.com/master/ openalpr main" | sudo tee /etc/apt/sources.list.d/openalpr.list
echo "deb http://deb.openalpr.com/master/ trusty main" | sudo tee /etc/apt/sources.list.d/openalpr.list
sudo apt-get update
sudo apt-get install openalpr openalpr-daemon openalpr-utils libopenalpr-dev

View File

@ -48,7 +48,7 @@ Add the OpenALPR GPG key and setup the OpenALPR deb repository
.. code-block:: bash
wget -O - http://deb.openalpr.com/openalpr.gpg.key | sudo apt-key add -
echo "deb http://deb.openalpr.com/web_server/ openalpr-web main" | sudo tee /etc/apt/sources.list.d/openalpr-web.list
echo "deb http://deb.openalpr.com/commercial/ trusty main" | sudo tee /etc/apt/sources.list.d/openalpr.list
sudo apt-get update && sudo apt-get -y install openalpr-web
@ -138,7 +138,7 @@ From the terminal:
wget -O - http://deb.openalpr.com/openalpr.gpg.key | sudo apt-key add -
# Add the OpenALPR repository to your server
echo "deb http://deb.openalpr.com/commercial/ openalpr main" | sudo tee /etc/apt/sources.list.d/openalpr.list
echo "deb http://deb.openalpr.com/commercial/ trusty main" | sudo tee /etc/apt/sources.list.d/openalpr.list
# Install the OpenALPR software
sudo apt-get update