You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently the solution can be installed by Install.sh that is specific only for Debian-based systems (just look the install of dependencies).
Could you please refactor the project in order to be built from source for example by leveraging on pyproject.toml or similar things? For example using resources like And add in the documentation all the needed separated build and runtime dependencies so the project can be easily packaged for different Linux distros?
The text was updated successfully, but these errors were encountered:
@benpturner A good approach could be to use PEP517 by using pyproject.toml file so you can deploy python dependencies directly without using pip install in Install.sh. I don't have so much experience on it, I don't knoow if you have it.
Furthermore, I have a question. Install.sh manages the system dependencies install by:
Can you report me which of them are build dependencies (needed only for building process, that can be removed once PoshC2 is installed) and which are runtime dependencies (dependencies needed for PoshC2 to run).
Is your feature request related to a problem? Please describe.
Currently the solution can be installed by
Install.sh
that is specific only for Debian-based systems (just look the install of dependencies).Could you please refactor the project in order to be built from source for example by leveraging on pyproject.toml or similar things? For example using resources like And add in the documentation all the needed separated build and runtime dependencies so the project can be easily packaged for different Linux distros?
The text was updated successfully, but these errors were encountered: