Force installing the package.

This commit is contained in:
tarao 2015-03-04 00:24:58 +09:00
parent bbaae5f3c7
commit 4ab4885297

View File

@ -19,7 +19,7 @@ if [ "$EMACS" = 'emacs-snapshot' ]; then
prereqs() { prereqs() {
sudo add-apt-repository -y ppa:cassou/emacs || exit $?; sudo add-apt-repository -y ppa:cassou/emacs || exit $?;
sudo apt-get update -qq || exit $?; sudo apt-get update -qq || exit $?;
sudo apt-get install -qq emacs-snapshot-nox || exit $?; sudo apt-get install -qq --force-yes emacs-snapshot-nox || exit $?;
} }
# Only need to run these for 1 version, so make them nops here # Only need to run these for 1 version, so make them nops here
check-recipes() { :; } check-recipes() { :; }