Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sobomax committed Jul 31, 2024
1 parent 93d0382 commit 129488f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cibits/before_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ulimit -c unlimited
${SUDO} sh -c "echo '/tmp/core.%p.%E' > /proc/sys/kernel/core_pattern"
#${BASEDIR}/cibits/ppa_clean.sh
${SUDO} env DEBIAN_FRONTEND=noninteractive apt-get update
${SUDO} env DEBIAN_FRONTEND=noninteractive apt-get install -y gpp gdb tcpdump
${SUDO} env DEBIAN_FRONTEND=noninteractive apt-get install -y gpp gdb tcpdump gcc libc6-dev git
if [ -e requirements.txt ]
then
${SUDO} ${PYTHON_CMD} -m pip install -r requirements.txt
Expand Down

0 comments on commit 129488f

Please sign in to comment.