installrowan.sh 732 B

123456789101112131415161718192021
  1. ##########
  2. # rowan
  3. ###(still just in emerge commands.)
  4. echo "======================"
  5. PACKAGEMGR=$(sed -n '4p' $WITCH/config.base.txt)
  6. echo "PACKAGEMGR: $PACKAGEMGR"
  7. echo "======================"
  8. echo "you have chosen to install the rowan deskfig. good choice. is your nick Digit?"
  9. case $PACKAGEMGR in
  10. portage) emerge -qv scrotwm yeahconsole tmux links mc mplayer rtorrent irssi htop bc ;;
  11. *)
  12. echo "the package manager: $PACKAGEMGR is invalid for rowan. Redirecting you back..."
  13. $WITCH/deskfig.sh # that seems sane right? certainly more sane than sending the user into rewic (the remastery witchcraft stuff).
  14. ;;
  15. esac
  16. echo "sorry, the rest of the configuration of rowan has not yet been written into this script"