#!/bin/bash
sudo apt-get --allow-releaseinfo-change update && sudo apt-get -y dist-upgrade && sudo apt-get -y autoremove

