Skip to content

Commit

Permalink
Update 10.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mackhendricks authored Jul 19, 2023
1 parent 281acc8 commit 51eb9e2
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 51eb9e2

Please sign in to comment.