hechoendrupal / drupal-console-launcher

DrupalConsole global executable aka Launcher.
GNU General Public License v2.0
22 stars 27 forks source link

Updated installation instructions. #161

Closed henokmikre closed 1 year ago

henokmikre commented 6 years ago

The -o option for curl is not available on all systems. I believe redirection would be more convenient. The second change was adding sudo to mv since /usr/local/bin/ is not writable by normal user. The last change is making it executable before moving it to avoid having to execute with sudo twice.