Skip to content

Commit

Permalink
dSIPRouter on Debian 11:
Browse files Browse the repository at this point in the history
- Added the python3-mysqldb to the Debian 11 installer so that dSIPRouter installs properly
  • Loading branch information
Mack Hendicks committed Apr 23, 2022
1 parent c879639 commit 34e29bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dsiprouter/debian/11.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ fi

function install {
# Install dependencies for dSIPRouter
apt-get install -y build-essential curl python3 python3-pip python-dev python3-openssl libpq-dev firewalld nginx
apt-get install -y build-essential curl python3 python3-pip python-dev python3-openssl python3-mysqldb libpq-dev firewalld nginx
apt-get install -y --allow-unauthenticated libmariadbclient-dev
apt-get install -y logrotate rsyslog perl sngrep libev-dev uuid-runtime libpq-dev

Expand Down

0 comments on commit 34e29bc

Please sign in to comment.