Skip to content

Commit

Permalink
Merge pull request #527 from dOpensource/mackhendricks-patch-4
Browse files Browse the repository at this point in the history
Update 22.sh
  • Loading branch information
mackhendricks committed Jul 19, 2023
2 parents 0d39668 + 55ac451 commit 11b276a
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 11b276a

Please sign in to comment.