Skip to content

Commit

Permalink
Update 22.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mackhendricks committed Jul 19, 2023
1 parent 0d39668 commit 55ac451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kamailio/ubuntu/22.sh
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ EOF

## compile and install libks
if [[ ! -d ${SRC_DIR}/libks ]]; then
git clone --single-branch https://github.com/signalwire/libks ${SRC_DIR}/libks
git clone --single-branch https://github.com/signalwire/libks ${SRC_DIR}/libks -b v1.8.3
fi
( cd ${SRC_DIR}/libks && cmake -DCMAKE_INSTALL_PREFIX=/usr . && make install; exit $?; ) ||
{ printerr 'Failed to compile and install libks'; return 1; }
Expand Down

0 comments on commit 55ac451

Please sign in to comment.