We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f61558b commit 49ab5c6Copy full SHA for 49ab5c6
1 file changed
scripts/setup_node.sh
@@ -95,6 +95,8 @@ then
95
~/vHive/scripts/setup_firecracker_containerd.sh
96
elif [ "$RUNTIME" = "dandelion" ]
97
then
98
+ sudo apt update && sudo apt install -y libssl-dev pkg-config libudev-dev
99
+
100
# Install Cargo for Dandelion setup
101
wget https://static.rust-lang.org/rustup.sh
102
chmod +x rustup.sh
0 commit comments