Method: MetaCon::SelfInstall#install_shelp
- Defined in:
- lib/metacon/self_install.rb
#install_shelp ⇒ Object
40 41 42 43 44 45 46 47 48 49 50 |
# File 'lib/metacon/self_install.rb', line 40 def install_shelp status "Checking shell helper functionality" shelp = File.join(File.dirname(__FILE__), '..','..', 'shelp','metacon.bashrc') if File.exists?(shelp) result "Not yet implemented- you're good to go" else cfail "Couldn't find shell helper files (metacon.bashrc) - installation broken somehow..." exit 5 end end |