#!/bin/bash
sudo apt update && sudo apt upgrade -y
sudo apt install ffmpeg qt5-default build-essential git -y
git pull