diff options
-rw-r--r-- | abs/core-testing/linhes-scripts/linhes_update2.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core-testing/linhes-scripts/linhes_update2.sh b/abs/core-testing/linhes-scripts/linhes_update2.sh index 20f32b9..e6d216d 100644 --- a/abs/core-testing/linhes-scripts/linhes_update2.sh +++ b/abs/core-testing/linhes-scripts/linhes_update2.sh @@ -1,6 +1,6 @@ #!/bin/bash echo -e "Performing updates." | osd_cat -p middle -s 5 -f"-adobe-courier-bold-*-*-*-34-*-*-*-*-*" -d 300000 -A centre & -sudo pacman -Syuf --noconfirm && sudo killall -9 osd_cat +sudo pacman -Suf --noconfirm && sudo killall -9 osd_cat if grep -q Check\ for\ updates /usr/share/mythtv/linhes.xml then rm -fr /tmp/to_be_upgraded |