diff options
Diffstat (limited to 'pages/install')
-rw-r--r-- | pages/install/linux/en.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/install/linux/en.md b/pages/install/linux/en.md index 04b7ccd..81ed467 100644 --- a/pages/install/linux/en.md +++ b/pages/install/linux/en.md @@ -24,7 +24,7 @@ You need to enable `stretch-backports` to install the latest `leap-archive-keyri if you already have `stretch-backports` enabled): ``` -sudo echo "deb http://deb.debian.org/debian stretch-backports main" > /etc/apt/sources.list.d/stretch-backports.list +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 ``` |