Skip to content

Commit

Permalink
bennu: --force-bad-version no longer needed for bennu deb install
Browse files Browse the repository at this point in the history
  • Loading branch information
cmulk committed Feb 14, 2024
1 parent 0669515 commit 61bee1d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/bennu
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ set -x
export LC_ALL=C
export DEBIAN_FRONTEND=noninteractive
ln -fs /usr/share/zoneinfo/America/Denver /etc/localtime
# force-bad-version required for bennu versioning (non-numeric)
apt-get install -y --no-install-recommends -o Dpkg::Options::="--force-bad-version" -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" bennu collectd ftp pv pybennu python3 python3-pip python3-setuptools python3-twisted python3-wheel socat systemd-timesyncd tcpdump tmux telnet vsftpd wget iperf3 ca-certificates && apt-get clean
apt-get install -y --no-install-recommends -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" bennu collectd ftp pv pybennu python3 python3-pip python3-setuptools python3-twisted python3-wheel socat systemd-timesyncd tcpdump tmux telnet vsftpd wget iperf3 ca-certificates && apt-get clean

# install labjack libraries for pybennu-siren
PREV="$(pwd)"
Expand Down

0 comments on commit 61bee1d

Please sign in to comment.