Skip to content

Commit

Permalink
Remove unnecessary build dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rui314 committed Aug 19, 2023
1 parent a665ca7 commit 3c88682
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install-build-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ set -x
case "$ID-$VERSION_ID" in
ubuntu-20.* | pop-20.*)
apt-get update
apt-get install -y cmake libssl-dev zlib1g-dev gcc g++ g++-10
apt-get install -y cmake zlib1g-dev gcc g++ g++-10
apt-get install -y file
;;
ubuntu-* | pop-* | linuxmint-* | debian-* | raspbian-*)
apt-get update
apt-get install -y cmake libssl-dev zlib1g-dev gcc g++
apt-get install -y cmake zlib1g-dev gcc g++
apt-get install -y file
;;
fedora-*)
Expand Down

0 comments on commit 3c88682

Please sign in to comment.