Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
freddii committed Aug 30, 2023
1 parent 7d12d61 commit e9b3fea
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion install_bandwhich.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
#!/bin/bash
#to run this script go into the folder where it is then run: ./install_bandwhich.sh
#set -eu
set -eu

function check_install {
echo "checking install: "$1
dpkg -l | grep -qw $1 || sudo apt-get install $1 -y
}

check_install unp

cd /tmp
#wget https://github.com/imsnif/bandwhich/releases/download/0.16.0/bandwhich-v0.16.0-x86_64-unknown-linux-musl.tar.gz
Expand Down

0 comments on commit e9b3fea

Please sign in to comment.