diff options
author | Daniel Shahaf <danielsh@apache.org> | 2018-09-11 21:18:32 +0000 |
---|---|---|
committer | Daniel Shahaf <danielsh@apache.org> | 2018-09-11 21:18:32 +0000 |
commit | 77265d89ccd13989f26366915c46a3f5775a4dce (patch) | |
tree | a48287f9e229dcfeec699d91b48b25e1db105863 | |
parent | 10eeea36c01499f3211d074115f1ef5202ee17c9 (diff) | |
download | zsh-77265d89ccd13989f26366915c46a3f5775a4dce.tar.gz zsh-77265d89ccd13989f26366915c46a3f5775a4dce.zip |
d/README.Debian: Fix typo.
-rw-r--r-- | debian/README.Debian | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/README.Debian b/debian/README.Debian index 520e3f953..3b5f899d1 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -37,7 +37,7 @@ and replace <your-release> and <your-archive> with the according values for your installation. E.g. on Debian Buster it probably looks like this: - deb http://debug.mirrors.debian.org/debian-debug/ stretch-debug main + deb http://debug.mirrors.debian.org/debian-debug/ buster-debug main After having edited the file, run "apt update" with root permissions (e.g. with sudo). |