Skip to content

Commit 49ab5c6

Browse files
committed
Adding dependencies
Signed-off-by: Lazar Cvetković <l.cvetkovic.997@gmail.com>
1 parent f61558b commit 49ab5c6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

scripts/setup_node.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ then
9595
~/vHive/scripts/setup_firecracker_containerd.sh
9696
elif [ "$RUNTIME" = "dandelion" ]
9797
then
98+
sudo apt update && sudo apt install -y libssl-dev pkg-config libudev-dev
99+
98100
# Install Cargo for Dandelion setup
99101
wget https://static.rust-lang.org/rustup.sh
100102
chmod +x rustup.sh

0 commit comments

Comments
 (0)