summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-system/lh_system_host_update
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/lh_system_host_update
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/lh_system_host_update')
-rw-r--r--abs/core/LinHES-system/lh_system_host_update4
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core/LinHES-system/lh_system_host_update b/abs/core/LinHES-system/lh_system_host_update
index 0a63e0a..0d785eb 100644
--- a/abs/core/LinHES-system/lh_system_host_update
+++ b/abs/core/LinHES-system/lh_system_host_update
@@ -1,6 +1,6 @@
#!/bin/bash
# Process that call this script
-# func update
+# func update
# supplemental web
echo "Starting Update"
@@ -42,7 +42,7 @@ case $Hostupdateplan in
echo ""
echo "Updating ALL packages"
pacman -Sy
- pacman --noconfirm -Su --force
+ pacman --noconfirm -Su
;;
"None")
echo ""