From 78366457b3eb9efbc7fb67075f17892bc685157d Mon Sep 17 00:00:00 2001 From: muschellij2 Date: Mon, 26 Aug 2019 16:45:01 -0400 Subject: [PATCH] updated install for apt-get add repo --- packages/animation/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/animation/install b/packages/animation/install index 7579135..50a92fb 100644 --- a/packages/animation/install +++ b/packages/animation/install @@ -15,7 +15,7 @@ add-apt-repository -y ppa:opencpu/imagemagick # check for supported platform (whitelisted ubuntu versions) if [ $OS_DISTRIBUTION == "trusty" ]; then - add-apt-repository ppa:mc3man/trusty-media + add-apt-repository -y ppa:mc3man/trusty-media # else # add-apt-repository ppa:jonathonf/ffmpeg-3 fi