blob: 89002d4e9835309019de963a5ae294b25e0a0774 (
plain)
1
2
3
4
5
6
7
8
|
post_install() {
echo ""
echo "==> NOTE: Validator and node operation binaries (agave-validator,"
echo " agave-watchtower, solana-gossip, etc.) are not included in"
echo " prebuilt releases. For these, install the 'solana' package"
echo " which builds from source."
echo ""
}
|