#!/bin/bash

echo 'Please enter your password to upgrade your system'

sudo apt update
sudo apt -y upgrade

echo 'This terminal will close in a few minutes to give you time to copy any errors to a text file. If there were no errors you can close it now.'

sleep 180

exit
