diff options
Diffstat (limited to 'public/linux/index.pt.html')
-rw-r--r-- | public/linux/index.pt.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/linux/index.pt.html b/public/linux/index.pt.html index 3a21d3c..f4a350d 100644 --- a/public/linux/index.pt.html +++ b/public/linux/index.pt.html @@ -41,7 +41,7 @@ sudo apt update && sudo apt install bitmask <p>You need to enable <code>stretch-backports</code> to install the latest <code>leap-archive-keyring</code> package (skip this step if you already have <code>stretch-backports</code> enabled):</p> -<pre><code>sudo echo "deb http://deb.debian.org/debian stretch-backports main" > /etc/apt/sources.list.d/stretch-backports.list +<pre><code>sudo sh -c 'echo "deb http://deb.debian.org/debian stretch-backports main" > /etc/apt/sources.list.d/stretch-backports.list' sudo apt update && sudo apt install -t stretch-backports leap-archive-keyring </code></pre> @@ -73,7 +73,7 @@ sudo apt update && sudo apt install bitmask </div> <footer> <div> -(c) 2014-2018 LEAP Encryption Access Project +(c) 2014-2020 LEAP Encryption Access Project </div> <div> Everything available for download on this site is free and open source software. |