From 6f68479b0c451072340b15865631d7a7b1afecf4 Mon Sep 17 00:00:00 2001 From: Hayden Date: Sat, 27 Jun 2020 19:43:52 -0400 Subject: [PATCH] Some versions of Ubuntu 16.10 and below, including 12.04 Precise which is supported by the PPA, don't have apt. --- Installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Installation.md b/Installation.md index 23f68e8..5a84853 100644 --- a/Installation.md +++ b/Installation.md @@ -237,9 +237,9 @@ Install it from the official repositories. 1. Add PPA - `sudo add-apt-repository ppa:dawidd0811/neofetch` 2. Update repositories - - `sudo apt update` + - `sudo apt-get update` 3. Install the package - - `sudo apt install neofetch` + - `sudo apt-get install neofetch` ## Void Linux