Some versions of Ubuntu 16.10 and below, including 12.04 Precise which is supported by the PPA, don't have apt.

Hayden 2020-06-27 19:43:52 -04:00
parent a46eac566a
commit 6f68479b0c
1 changed files with 2 additions and 2 deletions

@ -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