Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

Commit

Permalink
install packages required for Linux systems utilizing apt package man…
Browse files Browse the repository at this point in the history
…ager
  • Loading branch information
MGTheTrain committed Apr 17, 2024
1 parent 4ba97d4 commit 5c019e4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/dotnet-8.0/scripts/install-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -euo pipefail

apt-get update
apt-get install -y cmake python3 python3-pip pkg-config
apt-get install -y cmake python3 python3-pip pkg-config portaudio19-dev
#pip3 install clang-format cpplint

cd /tmp/
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/go/scripts/install-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -euo pipefail

apt-get update
apt-get install -y cmake python3 python3-pip pkg-config
apt-get install -y cmake python3 python3-pip pkg-config portaudio19-dev
# pip3 install clang-format cpplint

cd /tmp/
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/python/scripts/install-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -euo pipefail

apt-get update
apt-get install -y cmake python3 python3-pip pkg-config
apt-get install -y cmake python3 python3-pip pkg-config portaudio19-dev
pip3 install clang-format cpplint

cd /tmp/
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/rust/scripts/install-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -euo pipefail

apt-get update
apt-get install -y cmake python3 python3-pip pkg-config
apt-get install -y cmake python3 python3-pip pkg-config portaudio19-dev
pip3 install clang-format cpplint

cd /tmp/
Expand Down

0 comments on commit 5c019e4

Please sign in to comment.