From 3621e59625fdf84a573fb6718bff94f39a09a251 Mon Sep 17 00:00:00 2001 From: Yusuf Kapasi Date: Mon, 21 May 2018 17:02:57 +0530 Subject: [PATCH] [FIX] update URL for installation of flectra key file --- doc/setup/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/setup/install.rst b/doc/setup/install.rst index 3900243c..1ec553cd 100644 --- a/doc/setup/install.rst +++ b/doc/setup/install.rst @@ -88,7 +88,7 @@ commands as root: .. code-block:: console - # wget -O - https://flectrahq.com/flectra.key | apt-key add - + # wget -O - https://download.flectrahq.com/flectra.key | apt-key add - # echo "deb https://download.flectrahq.com/1.0/pub/deb/ ./" >> /etc/apt/sources.list.d/flectra.list # apt-get update && apt-get install flectra