Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion setup-region-via-ssh.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down