#!/bin/bash

sudo apt-get update --fix-missing

sudo apt-get install -f -y

sudo dpkg --configure -a

sudo apt-get clean

sudo apt-get update
