diff options
author | James Meyer <james.meyer@operamail.com> | 2012-01-21 17:50:21 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-01-21 17:50:21 (GMT) |
commit | 397b7214417a55bd82f0300810949bf0e509597e (patch) | |
tree | 54274b396b8945b39a88ccd02ae4d3b8df174127 /abs/core/LinHES-system/LinHES-run | |
parent | fff988e5af64cec5f49aea4656b74cb84ae9c5e0 (diff) | |
parent | 406013fc2388ed5cfae1616d17439dc239baff43 (diff) | |
download | linhes_pkgbuild-397b7214417a55bd82f0300810949bf0e509597e.zip linhes_pkgbuild-397b7214417a55bd82f0300810949bf0e509597e.tar.gz linhes_pkgbuild-397b7214417a55bd82f0300810949bf0e509597e.tar.bz2 |
Merge branch 'testing' of ssh://jams@linhes.org/mount/repository/linhes_pkgbuild into testing
Conflicts:
abs/core/LinHES-system/PKGBUILD
Diffstat (limited to 'abs/core/LinHES-system/LinHES-run')
-rwxr-xr-x | abs/core/LinHES-system/LinHES-run | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/abs/core/LinHES-system/LinHES-run b/abs/core/LinHES-system/LinHES-run index cfabf9e..883bcda 100755 --- a/abs/core/LinHES-system/LinHES-run +++ b/abs/core/LinHES-system/LinHES-run @@ -89,12 +89,16 @@ then else rm -f ~/.no_meth fi - sudo pacman -R myth2ipod myt2xvid3 + sudo pacman -R --noconfirm myth2ipod myt2xvid3 sudo pacman -S --noconfirm myth2ipod myt2xvid3 +# sudo ln -s /usr/share/mythtv/mythexport /data/srv/httpd/htdocs sudo sv stop mythbackend /usr/LH/bin/dtheme.sh xterm -fn *18* -e sudo taskset -c 0 /usr/bin/mythtv-setup sudo sv start mythbackend + sudo sv stop mythexport + sudo pacman -R --noconfirm mythexport + sudo pacman -S --noconfirm mythexport sudo chown -R mythtv.mythtv /home/mythtv nice -n 19 mythfilldatabase --quiet & msg "Guide data is being loaded. \n Until this completes\n some shows will appear as unknown \n in the program guide." |