diff --git a/commands/core.d/bootstrap.d/ubuntu.sh b/commands/core.d/bootstrap.d/ubuntu.sh
index a02d1012de4dc2d224d156785e2a36aea5c7cb91..2d660692f8961c5cfbc8d3d624059d9ff5481c3c 100644
--- a/commands/core.d/bootstrap.d/ubuntu.sh
+++ b/commands/core.d/bootstrap.d/ubuntu.sh
@@ -20,6 +20,8 @@ sudo apt update
 
 info "checking required tools and libraries..."
 
+export DEBIAN_FRONTEND=noninteractive
+
 $distro_pacman "${distro_packages[@]}"
 
 info "installing Python 3 dependencies..."