summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-system/linhes_update2.sh
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2013-09-18 16:56:45 (GMT)
committerBritney Fransen <brfransen@gmail.com>2013-09-18 16:56:45 (GMT)
commitd2a41cc6a88cc7754b1ed723a77029d67d7b86b4 (patch)
tree94a4a4c8118ff31f6fabcbd256dc250934a4f715 /abs/core/LinHES-system/linhes_update2.sh
parent5463d11b411596a84af52b98a22e62b3eff81b4f (diff)
downloadlinhes_pkgbuild-d2a41cc6a88cc7754b1ed723a77029d67d7b86b4.zip
linhes_pkgbuild-d2a41cc6a88cc7754b1ed723a77029d67d7b86b4.tar.gz
linhes_pkgbuild-d2a41cc6a88cc7754b1ed723a77029d67d7b86b4.tar.bz2
LinHES-system: linhes_update2.sh: pacman 4.1 changed the -f option to --force.
unclutter-toggle.sh: add osd notification.
Diffstat (limited to 'abs/core/LinHES-system/linhes_update2.sh')
-rw-r--r--abs/core/LinHES-system/linhes_update2.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core/LinHES-system/linhes_update2.sh b/abs/core/LinHES-system/linhes_update2.sh
index cd04e3d..fbdd36b 100644
--- a/abs/core/LinHES-system/linhes_update2.sh
+++ b/abs/core/LinHES-system/linhes_update2.sh
@@ -4,7 +4,7 @@
if [[ "$1" = "install" ]]
then
msg_client.py --msg "Updating...|middle" --timeout 600 --tag "Updating"
- sudo pacman -Suf --noconfirm
+ sudo pacman -Su --force --noconfirm
msg_client.py --clear --tag "Updating"
msg_client.py --kill
msg_client.py --msg "Updates complete.|middle"