Skip to content

Commit

Permalink
Add FAQ section to Readme
Browse files Browse the repository at this point in the history
 * Raspberry Pi metalink fix. (Thanks to Mohammad Rasim and robertoaceves)
   Closes ilikenwf#114
  • Loading branch information
Lasall authored Feb 24, 2019
1 parent bc33d97 commit 6d71a6a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ apt-fast is a shellscript wrapper for apt-get and aptitude that can drastically
- [APT archives cache](#apt-archives-cache)
- [Verbose output](#verbose-output)
- [Colors](#colors)
- [FAQ](#faq)
- [License](#license)
- [Special thanks](#special-thanks)

Expand Down Expand Up @@ -252,6 +253,16 @@ endColor='\e[0m'
Terminal colors used for dialogs. Refer to [ANSI Escape sequences](http://ascii-table.com/ansi-escape-sequences.php) for a list of possible values. Disabled when not using terminal.


FAQ
---
### I get checksum errors on Raspberry PI, how to fix? ###
Add following line to your `/etc/apt-fast.conf`:

```bash
_DOWNLOADER="${_DOWNLOADER} --header 'Accept: */*'"
```


License
-------
Consider apt-fast and all of its derivatives licensed under the GNU GPLv3+.
Expand Down

0 comments on commit 6d71a6a

Please sign in to comment.