Skip to content

Commit

Permalink
Land #83, apt-get: Replace '--force-yes' with '--allow-downgrades'
Browse files Browse the repository at this point in the history
  • Loading branch information
busterb committed Dec 24, 2018
2 parents aae6d1d + c96df1c commit 30a19be
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -77,7 +77,7 @@ EOF
apt-get update > /dev/null
echo "OK"
echo "Checking for and installing update.."
apt-get install -y --force-yes metasploit-framework
apt-get install -y --allow-downgrades metasploit-framework
}

install_rpm() {
Expand Down

0 comments on commit 30a19be

Please sign in to comment.