Guest User

Untitled

a guest
Nov 21st, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. #!/bin/sh
  2. # install mpd
  3. # requires install-dots.sh install-okeanos
  4.  
  5. sudo pacman -S mpd ncmpc mpc
  6.  
  7. sudo cp ~/src/conf/kronos/etc/mpd.conf /etc/mpd.conf
  8. cd /var/lib/mpd
  9. sudo touch mpd.db mpd.pid mpdstate
  10. sudo chown mpd mpd.db mpd.pid mpdstate
  11. sudo chgrp mpd mpd.db mpd.pid mpdstate
  12.  
  13. echo "now go add @mpd to rc.conf DAEMONS array"
Add Comment
Please, Sign In to add comment