mirror of
https://github.com/MartinEesmaa/VVCEasy.git
synced 2025-01-23 13:40:03 +01:00
4 lines
118 B
Bash
4 lines
118 B
Bash
#!/bin/bash
|
|
sudo apt update && sudo apt upgrade -y
|
|
sudo apt install ffmpeg qt5-default build-essential git -y
|
|
git pull |