class
   MStrap::StrapShInstaller
  
  
    
  
    Overview
  
  Manages the fetching of strap.sh (or strap-linux.sh)
  
    
  
    Included Modules
  
  
  
    
  
    Defined in:
  
  
    
      
        mstrap/supports/strap_sh_installer.cr
      
    
    
  
  
  
    
  
    Constructors
  
  
  
  
  
  
    
  
    Instance Method Summary
  
  
  
    
      
      
      
      
    
      
  Instance methods inherited from module MStrap::DSL::System
  
  
    
      cmd(env : Hash | Nil, command : String, args : Array(String) | Nil, **kwargs)
    cmd, 
    
  
    
      has_command?(command_name : String, **kwargs) : Bool
    has_command?
    
  
      
      
      
    
      
  
  
  
    
      log(msg)
    log, 
    
  
    
      logc(msg)
    logc, 
    
  
    
      logd(msg)
    logd, 
    
  
    
      logn(msg)
    logn, 
    
  
    
      logw(msg)
    logw, 
    
  
    
      success(msg)
    success
    
  
      
      
      
    
      
      
      
      
    
      
      
      
      
    
   
  
  
    
  
    Constructor Detail
  
  
    
      
        
        def self.
new(force : Bool = 
false)
        
#
       
      
      
      
     
  
  
  
  
  
    
  
    Instance Method Detail