Что значит "sudo -E bash -"? Например в команде - "curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -".
Как работает 'bash -'. Что он запустит?
Запускает скрипт от root с сохранением переменных окружения
Из man sudo
-E, --preserve-env
Indicates to the security policy that the user wishes to preserve their existing environment vari‐
ables. The security policy may return an error if the user does not have permission to preserve the
environment.