Fix typos

main
earnest ma 2021-08-27 21:08:29 -04:00
parent a530ec3a6f
commit efc92584f5
Signed by: earnest ma
GPG Key ID: A343F43342EB6E2A
1 changed files with 5 additions and 5 deletions

View File

@ -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