5 lines
75 B
Bash
5 lines
75 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
apt-get update -qq
|
||
|
apt-get --only-upgrade install -yqq ffmpeg
|