VVCEasy/UpdateVVCMacOS.sh

4 lines
52 B
Bash
Raw Normal View History

2022-05-09 22:12:33 +10:00
#!/bin/bash
2022-03-17 23:34:54 +11:00
brew update
2022-03-27 00:26:18 +11:00
brew upgrade ffmpeg
2022-05-09 22:12:33 +10:00
git pull