Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
sebthom committed Jan 8, 2024
1 parent bd59309 commit b24015e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
## <a name="what-is-it"></a>What is it?

**fast-apt-mirror.sh** is a self-contained Bash script that helps you easily and quickly determine and configure a fast APT mirror
on [Debian](https://www.debian.org/), [Ubuntu](https://ubuntu.com/), [Pop!_OS](https://pop.system76.com/) systems.
on [Debian](https://www.debian.org/), [Ubuntu](https://ubuntu.com/), [Pop!_OS](https://pop.system76.com/), [Kali](https://www.kali.org/) systems.

It was born out of the ongoing stability [issues](https://github.com/actions/runner-images/issues?q=is%3Aissue+azure.archive.ubuntu.com) with the `azure.archive.ubuntu.com` Ubuntu
mirror pre-configured in GitHub Actions runners.
Expand Down
2 changes: 1 addition & 1 deletion fast-apt-mirror.sh
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ function set_mirror() {


#
# main enty point
# main entry point
#
case ${1:-} in
find) shift; find_fast_mirror "$@" ;;
Expand Down

0 comments on commit b24015e

Please sign in to comment.