summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-system/lh_system_host_update
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2013-10-22 14:42:56 (GMT)
committerBritney Fransen <brfransen@gmail.com>2013-10-22 14:42:56 (GMT)
commitabf8d961437ad11b4e19f2d60e89ea4965654dcf (patch)
treeb6eb08ed16ba1f08be38c065ce5458cfc4c114d2 /abs/core/LinHES-system/lh_system_host_update
parent5e639998dbbff36f5555b4ab9798cefaeae8bca2 (diff)
downloadlinhes_pkgbuild-abf8d961437ad11b4e19f2d60e89ea4965654dcf.zip
linhes_pkgbuild-abf8d961437ad11b4e19f2d60e89ea4965654dcf.tar.gz
linhes_pkgbuild-abf8d961437ad11b4e19f2d60e89ea4965654dcf.tar.bz2
LinHES-system: replace pacman -f with --force as pacman 4.1 doesn't support -f.
Diffstat (limited to 'abs/core/LinHES-system/lh_system_host_update')
-rw-r--r--abs/core/LinHES-system/lh_system_host_update2
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core/LinHES-system/lh_system_host_update b/abs/core/LinHES-system/lh_system_host_update
index 75fe548..56a22e5 100644
--- a/abs/core/LinHES-system/lh_system_host_update
+++ b/abs/core/LinHES-system/lh_system_host_update
@@ -42,7 +42,7 @@ case $Hostupdateplan in
echo ""
echo "Updating ALL packages"
pacman -Sy
- pacman --noconfirm -Sfu
+ pacman --noconfirm -Su --force
;;
"None")
echo ""