#!/bin/sh
#
# linuxmuster-distupgrade
# thomas@linuxmuster.net
# 20211127
#

apt-get update && apt-get -y dist-upgrade && apt-get -y autoremove
