iteration

This commit is contained in:
Layla 2023-10-09 07:15:05 -04:00
parent c3d3fefd08
commit dde9993e07

View File

@ -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