Skip to content

Commit

Permalink
bug
Browse files Browse the repository at this point in the history
  • Loading branch information
gdbtek committed Dec 13, 2016
1 parent 2e58456 commit 13df78d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libraries/util.bash
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,9 @@ function installCleanUp()
{
if [[ "$(isUbuntuDistributor)" = 'true' ]]
then
DEBIAN_FRONTEND='noninteractive' apt-get -y -o Dpkg::Options::='--force-confdef' -o Dpkg::Options::='--force-confold' autoremove
DEBIAN_FRONTEND='noninteractive' apt-get -y -o Dpkg::Options::='--force-confdef' -o Dpkg::Options::='--force-confold' clean
DEBIAN_FRONTEND='noninteractive' apt-get -y -o Dpkg::Options::='--force-confdef' -o Dpkg::Options::='--force-confold' autoclean
fi
}

Expand Down

0 comments on commit 13df78d

Please sign in to comment.