#!/usr/bin/bash
apt update -y
apt install -f -y
apt --fix-broken install -y
apt --fix-missing install -y
apt autoremove -y
apt dist-upgrade -y
apt -y full-upgrade -y
dpkg --configure -a
apt --fix-broken install -y
apt install -f -y
apt autoremove -y
apt full-upgrade -y