summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-system/linhes_update2.sh
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2020-06-17 04:30:17 (GMT)
committerBritney Fransen <brfransen@gmail.com>2020-06-17 04:30:17 (GMT)
commit9368d08f072ae32e7984417deb44472293129754 (patch)
tree4a4ba308d0455dac54d15061e89923286176ec47 /abs/core/LinHES-system/linhes_update2.sh
parent6d01111d04ddeb6208e75d81be3aadf44f8d7c28 (diff)
downloadlinhes_pkgbuild-9368d08f072ae32e7984417deb44472293129754.zip
linhes_pkgbuild-9368d08f072ae32e7984417deb44472293129754.tar.gz
linhes_pkgbuild-9368d08f072ae32e7984417deb44472293129754.tar.bz2
LinHES-system: mythwelcome-set-alarm.sh: add mythwelcome-set-alarm-user.sh to allow user to run additional cmds
unclutter-toggle.sh: adjust defaults linhes_update2.sh and lh_system_host_update: remove pacman --force option as it isn't supported anymore
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 6c249d3..aa6bc96 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 -Su --force --noconfirm
+ sudo pacman -Su --noconfirm
msg_client.py --clear --tag "Updating"
msg_client.py --kill
msg_client.py --msg "Updates complete.\nReturning to Main Menu.|middle"