Skip to content

Commit

Permalink
fix: note is wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
oklopfer authored Jan 9, 2025
1 parent efde024 commit 205741c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ chmod o+x ~/.aptly
cp server/ppr-public-key.asc ~/.aptly/public

# enable and start aptly api
APTLY_PORT=1234 # can be anything besides 8080, that's for CI to use
APTLY_PORT=1234
sed -i "s/\${APTLY_PORT}/${APTLY_PORT}/g" server/systemd/aptly-api.service
sudo cp server/systemd/aptly-api.service /etc/systemd/system/
sudo systemctl enable --now aptly-api
Expand Down

0 comments on commit 205741c

Please sign in to comment.