extdn / installer-m2

Universal extension installer for Magento 2, see introductory blog post here
https://fooman.com/blog/introducing-the-extdn-installer-for-magento-2.html
MIT License
24 stars 0 forks source link

No Windows Support #5

Open fooman opened 5 years ago

fooman commented 5 years ago

For now the installer is untested on Windows and will likely fail. We'll keep a list of items to consider here:

  1. oneliner uses bash
  2. we use find to perform some checks
  3. we use some of the posix functions (posix_geteuid() and posix_getpwuid())