iteration
This commit is contained in:
		@ -40,7 +40,7 @@ function install(package)
 | 
			
		||||
    local dir = bin_path
 | 
			
		||||
    --if package starts with lib then remove lib
 | 
			
		||||
    if string.sub(package, 1, 3) == "lib" then
 | 
			
		||||
        package = string.sub(package, 5)
 | 
			
		||||
        package = string.sub(package, 4)
 | 
			
		||||
        dir = lib_path
 | 
			
		||||
    end
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user