File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ if ! (which rustup > /dev/null && which cargo > /dev/null); then
8
8
fi
9
9
10
10
dpkg -l | grep build-essential || (apt update && apt install build-essential -y -qq)
11
+ dpkg -l | grep libssl-dev || (apt update && apt install libssl-dev -y -qq)
12
+ dpkg -l | grep pkg-config || (apt update && apt install pkg-config -y -qq)
11
13
12
14
if ! cargo install --list | grep " cargo-binstall" > /dev/null; then
13
15
curl -L --proto ' =https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash
@@ -17,4 +19,4 @@ apt install -y g++ pkg-config libx11-dev libasound2-dev libudev-dev libwayland-d
17
19
18
20
cargo binstall dexterous_developer_cli --locked -y
19
21
20
- rustup default nightly
22
+ rustup default nightly
You can’t perform that action at this time.
0 commit comments