From d425f30e800eaf3274602f2f43394bc5f7adfdc2 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Thu, 8 Nov 2012 11:02:17 +0100 Subject: [PATCH] added missing --update parameter --- src/libimcv/plugins/imv_os/pacman.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libimcv/plugins/imv_os/pacman.sh b/src/libimcv/plugins/imv_os/pacman.sh index 289436e2a..a17a0839a 100755 --- a/src/libimcv/plugins/imv_os/pacman.sh +++ b/src/libimcv/plugins/imv_os/pacman.sh @@ -21,7 +21,7 @@ ipsec pacman --product "Ubuntu 12.10" --file $DATE-quantal-updates.txt --update echo ipsec pacman --product "Ubuntu 12.04" --file $DATE-precise.txt echo -ipsec pacman --product "Ubuntu 12.04" --file $DATE-precise-updates.txt +ipsec pacman --product "Ubuntu 12.04" --file $DATE-precise-updates.txt --update echo ipsec pacman --product "Ubuntu 11.10" --file $DATE-oneiric.txt echo