diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-11-01 08:01:46 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-11-01 08:01:46 (GMT) |
commit | 5cf92d8aefe4b13c45875278fdef9485ae1ed182 (patch) | |
tree | e79957a1e3b9c0abd3729e9ab2db485bcef81627 /abs/core-testing/linhes-scripts | |
parent | 482620081e77dbcb31a9bc02efd65953ee4da603 (diff) | |
download | linhes_pkgbuild-5cf92d8aefe4b13c45875278fdef9485ae1ed182.zip linhes_pkgbuild-5cf92d8aefe4b13c45875278fdef9485ae1ed182.tar.gz linhes_pkgbuild-5cf92d8aefe4b13c45875278fdef9485ae1ed182.tar.bz2 |
linhes-scripts:linhes_update2. Safer.
Diffstat (limited to 'abs/core-testing/linhes-scripts')
-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 |