app/Commands/NodejsInstallCommand.php:50 46| exec('curl -sL https://deb.nodesource.com/setup_'.$version.'.x | sudo -E bash -'); 47| exec('apt-get install -y nodejs 2>&1'); 48| 49| // @TODO apt add a Warning for no good, in a later version output will be scanned for helpfull infos > 50| $this->line(implode("\n", Install::filterAptMessages($output))); 51| 52| $this->info('Nodejs add user...'); 53| exec('useradd -d /home/nodejs -m nodejs', $output); 54|
No due date set.
This issue currently doesn't have any dependencies.
Deleting a branch is permanent. It CANNOT be undone. Continue?