Updating the Mint machines

I run this script for updates, it’s done well so far; #!/bin/bash # SRJ 2019-06-24 # Add the following to /etc/sudoers.d/Update # # Members of the sudo group can install software without giving their password # %sudo * = NOPASSWD: /usr/local/bin/apt, /usr/bin/apt-get, /usr/bin/dpkg # IAM=$(basename "$0") # Name of this script BaseDir="${HOME}/.DailyWork/" # Where to…