blob: e1638f109e47001a157703d8ef546bd83d2cd23b (
plain)
1
2
3
4
5
6
7
|
post_install() {
echo
echo "Before starting all the services perform a manual sync"
echo "https://greenbone.github.io/docs/latest/22.4/source-build/index.html#performing-a-feed-synchronization"
echo
}
|