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
MSM is fundamentally a bash script. This means that it conforms to the *.sh specification and can be executed by *.sh interpreters. Windows has no native way to do this however, which means that you need to install a POSIX emulation layer (such as cygwin) so that bash can run on windows, or MSM needs to be entirely re-written from scratch.
Obviously and entire re-write doesn't sound too appealing, so the use of cygwin (or a clone) is necessary. You can actually install cygwin yourself and attempt to install MSM through it, and it might work.
@kjkazinski Correct, however cygwin (or MinGW) sets up a file directory hierarchy which is similar to what the MSM installer expects when you run it (i.e. /opt/, /etc/, etc.).
Would be nice to have a simple yet advanced manager for my server on Windows machines.
The text was updated successfully, but these errors were encountered: