Welkom op LIRONICS DOCs'

Updated: 28-03-2020

update.sh

#!/bin/bash
#
#CVS: $Header$

shopt -s -o nounset

#global declarations

#sanity checks

#main script

sudo apt  update; sudo apt upgrade -y; sudo apt autoremove; sudo apt autoclean

#cleanup
exit 0