From 342e378e4b99f6fef5f13a3c7915327994175d77 Mon Sep 17 00:00:00 2001 From: Christian Grabowski Date: Thu, 31 Jul 2025 13:27:02 -0600 Subject: [PATCH] feat: add linux tool packages to install script --- setup-region-via-ssh.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-region-via-ssh.bash b/setup-region-via-ssh.bash index 70b0efcbf..ca50ab3fb 100644 --- a/setup-region-via-ssh.bash +++ b/setup-region-via-ssh.bash @@ -20,7 +20,7 @@ echo "${container_ip} ${gateway_ip} ${control_network_prefix} ${kvm_network_pref echo echo "######################################" echo "Installing make and MAAS dependencies." -sudo apt-get install make +sudo apt-get install make linux-tools-$(uname -r) linux-cloud-tools-$(uname -r) -y cd /work make install-dependencies