#!/usr/bin/env bash

ssh-send $1 "sudo apt update && sudo apt upgrade -y && sudo apt autoremove -y && sudo apt clean && echo 'FINISHED UPGRADE!'"
