From 0114f755704aca81e4f77a3da39316cf94c5cf2e Mon Sep 17 00:00:00 2001 From: dawidd6 Date: Sun, 28 Feb 2016 11:08:52 +0100 Subject: [PATCH] small change (apt does not support https by default) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b59c925f..2736aa56 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ https://github.com/dylanaraps/neofetch/wiki/Following-HEAD ### Debian / Ubuntu 1. Add the 3rd party repo - - `echo "deb https://dl.bintray.com/dawidd6/neofetch jessie main" | sudo tee -a /etc/apt/sources.list` + - `echo "deb http://dl.bintray.com/dawidd6/neofetch jessie main" | sudo tee -a /etc/apt/sources.list` 2. If you don't have curl, install it with this command - `sudo apt-get install curl` 3. Add public key and update your repos