VVCEasy/UpdateVVCLinux.sh

4 lines
118 B
Bash
Raw Normal View History

2022-05-09 14:12:33 +02:00
#!/bin/bash
sudo apt update && sudo apt upgrade -y
sudo apt install ffmpeg qt5-default build-essential git -y
2022-05-09 14:12:33 +02:00
git pull