void-updates.sh 93 B

123456
  1. #!/usr/bin/env bash
  2. #
  3. PACKAGE_COUNT=$(xbps-install -nuM | wc -l)
  4. echo "UPD: $PACKAGE_COUNT"