standardize apt-get

This commit is contained in:
aptalca
2021-09-21 13:46:59 -04:00
parent aef3f38459
commit ba8ed9b13f
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -0,0 +1,3 @@
#!/usr/bin/with-contenv bash
apt-get update
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/with-contenv bash
echo "**** installing ffmpeg ****"
apt-get update && apt-get install -y ffmpeg
apt-get install -y ffmpeg