summarylogtreecommitdiffstats
path: root/agent-sandbox.install
blob: 9fa6f772a9415629b91d1d15583bfbec78409f12 (plain)
1
2
3
4
5
6
7
8
9
10
post_install() {
  cat <<'EOF'
agent-sandbox installed successfully.
Run the CLI with: ags
EOF
}

post_upgrade() {
  post_install
}