NovaAndrom3da / BrowserLinux

A web application aiming to give a linux environment to the browser.
MIT License
13 stars 0 forks source link

the package manager can only install one package at once #4

Closed NovaAndrom3da closed 2 years ago

NovaAndrom3da commented 2 years ago

the any subsequent packages attempted to be installed are replaced with the ending package. this is most likely due to the variables being reused in the for statement.

NovaAndrom3da commented 2 years ago

this also occurs using blpm install package1 && blpm install package2 and not just blpm install package1 package2

NovaAndrom3da commented 2 years ago

The introduction of blpm_background_process as added with commit #8cfa88cfb has fixed this issue