Skip to content

Commit 5774ec7

Browse files
Install build-essentials
1 parent efe78be commit 5774ec7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install-scripts/install-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ apt update -y
77
apt install -y curl
88

99
# Install general dependencies
10-
apt install -y git make
10+
apt install -y git make build-essential
1111

1212
# Install Rust and Cargo
1313
curl https://sh.rustup.rs -sSf | sh -s -- -y

0 commit comments

Comments
 (0)