apt_get(), like all other functions and methods spawning processes should take a list instead of a starred *args array. Implement that.Signed-off-by: Jan Lindemann <jan@janware.com>
apt_get(), like all other functions and methods spawning processes should take a list instead of a starred *args array. Implement that.