apt_update.sh 143 B

123456
  1. #!/usr/bin/env bash
  2. apt update > /dev/null 2>&1
  3. # terminator -e " echo Checking for updates (from for_cron)...; apt update > /dev/null 2>&1"