Skip to content

Commit

Permalink
Install wget
Browse files Browse the repository at this point in the history
  • Loading branch information
dr8co committed Jun 5, 2024
1 parent d025f7f commit 48559ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function install_dependencies() {
# add-apt-repository -y ppa:ubuntu-toolchain-r/ppa
apt update
export NEEDRESTART_SUSPEND=1
apt install -y unzip gcc-14 g++-14 clang-18 lldb-18 lld-18 libc++-18-dev libc++abi-18-dev libllvmlibc-18-dev clang-tools-18 libgcrypt20-dev openssl libreadline8 libreadline-dev libsodium23 libsodium-dev
apt install -y wget unzip gcc-14 g++-14 clang-18 lldb-18 lld-18 libc++-18-dev libc++abi-18-dev libllvmlibc-18-dev clang-tools-18 libgcrypt20-dev openssl libreadline8 libreadline-dev libsodium23 libsodium-dev

# Install CMake 3.29.3
if dpkg -s "cmake" >/dev/null 2>&1; then
Expand Down

0 comments on commit 48559ea

Please sign in to comment.