Navigation Menu

Skip to content

Commit

Permalink
apt: add missing --force-yes
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhys committed Jun 26, 2012
1 parent 80d85f9 commit b5d45fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/apt/build-deb.sh
Expand Up @@ -86,7 +86,7 @@ if [ ! -f "$universe_list}" ]; then
esac
fi

run apt-get install -V -y devscripts ${DEPENDED_PACKAGES}
run apt-get install -V -y --force-yes devscripts ${DEPENDED_PACKAGES}
run apt-get build-dep -V -y ${mysql_server_package}
run apt-get clean

Expand Down

0 comments on commit b5d45fa

Please sign in to comment.