Skip to content

Commit d4876ec

Browse files
committed
Update VM startup script
Add missing jq tool.
1 parent 4f21ea0 commit d4876ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mithril-infra/assets/startup-vm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ rm -f /startup-ready.txt
55

66
# Update and install dependencies
77
sudo apt update -y
8-
sudo apt install -y tree ca-certificates curl gnupg lsb-release
8+
sudo apt install -y jq tree ca-certificates curl gnupg lsb-release
99

1010
# Install sqlite3
1111
sudo apt install -y sqlite3

0 commit comments

Comments
 (0)