added video presets

This commit is contained in:
JMARyA 2020-11-24 16:49:53 +01:00
parent 074b56ba30
commit 277fb7b293
No known key found for this signature in database
GPG key ID: 19BD48AEE60FA00B
11 changed files with 17 additions and 6 deletions

View file

@ -1,3 +1,4 @@
function update() {
if type "apt-get" &> /dev/null; then
sudo apt-get update;
@ -26,4 +27,3 @@ function update() {
brew cask upgrade;
fi
}