mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-07 22:20:24 +00:00
Add note about aptly serve to command output
This commit is contained in:
@@ -99,6 +99,7 @@ func aptlyPublishSnapshot(cmd *commander.Command, args []string) error {
|
|||||||
fmt.Printf("Now you can add following line to apt sources:\n")
|
fmt.Printf("Now you can add following line to apt sources:\n")
|
||||||
fmt.Printf(" deb http://your-server/%s %s %s\n", prefix, distribution, component)
|
fmt.Printf(" deb http://your-server/%s %s %s\n", prefix, distribution, component)
|
||||||
fmt.Printf("Don't forget to add your GPG key to apt with apt-key.\n")
|
fmt.Printf("Don't forget to add your GPG key to apt with apt-key.\n")
|
||||||
|
fmt.Printf("\nYou can also use `aptly serve` to publish your repositories over HTTP quickly.\n")
|
||||||
|
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user