From efc92584f50e5d04f90ec2c2b7b456f035299c9f Mon Sep 17 00:00:00 2001 From: earnest ma Date: Fri, 27 Aug 2021 21:08:29 -0400 Subject: [PATCH] Fix typos --- index.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/index.md b/index.md index 3753da2..169d53c 100644 --- a/index.md +++ b/index.md @@ -28,13 +28,13 @@ curl -fsSL https://git.sr.ht/~earnestma/aptpkg-pkgs/blob/main/add.sh | sudo -E b ### How it works -We use reprepo, namely these commands: +We use reprepro, namely these commands: - `cd /var/www/aptpkg/ubuntu` -- `sudo reprepo -Vb . createsymlinks` -- `sudo reprepo -Vb . export` -- `sudo reprepo -Vb . includeb hirsute incoming/*.deb && sudo rm incoming/*.deb` -- `sudo reprepo clearvanished` +- `sudo reprepro -Vb . createsymlinks` +- `sudo reprepro -Vb . export` +- `sudo reprepro -Vb . includedeb hirsuite incoming/*.deb && sudo rm incoming/*.deb` +- `sudo reprepro clearvanished` ## aptpkg itself