We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efd77fe commit fb23780Copy full SHA for fb23780
1 file changed
scripts/ci/linux/before_install.sh
@@ -5,7 +5,7 @@ SCRIPTDIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
5
source $SCRIPTDIR/../funcs.sh
6
7
sudo add-apt-repository -y ppa:ubuntu-wine/ppa
8
-sudo add-apt-repository ppa:likemartinma/osslsigncode
+sudo add-apt-repository -y ppa:likemartinma/osslsigncode
9
sudo dpkg --add-architecture i386
10
sudo apt-get update -qq
11
sudo apt-get -y install --install-recommends wine1.7 osslsigncode
0 commit comments