mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-23 00:02:37 +00:00
DEBIAN_FRONTEND environment variable was added just for prevent opening dialog when running 'apt-get install mdadm', no other program depends on it. So we can move it inside of apt_install()/apt_uninstall() and drop scylla_env, since we don't have any other environment variables. To passing the variable, added env argument on run()/out().