Skip to content

Commit

Permalink
Merge pull request #525 from dOpensource/mackhendricks-patch-2
Browse files Browse the repository at this point in the history
Update 10.sh
  • Loading branch information
mackhendricks committed Jul 19, 2023
2 parents 281acc8 + 51eb9e2 commit efdcda0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kamailio/debian/10.sh
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,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 -b v1.8.3 ${SRC_DIR}/libks
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 efdcda0

Please sign in to comment.