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