Skip to content

Commit

Permalink
Update install.sh (#58)
Browse files Browse the repository at this point in the history
Fix #57
  • Loading branch information
LaurenceJJones authored Sep 20, 2024
1 parent fafb710 commit 7649737
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ install() {
sudo cp -r ${LUA_MOD_DIR}/lib/* ${LIB_PATH}/
sudo cp -r ${LUA_MOD_DIR}/templates/* ${DATA_PATH}/templates/

sudo luarocks install lua-resty-http
sudo luarocks install lua-cjson
sudo luarocks install lua-resty-http 0.17.1-0
sudo luarocks install lua-cjson 2.1.0.10-1
}


Expand All @@ -103,4 +103,4 @@ gen_apikey
install


echo "crowdsec-nginx-bouncer installed successfully"
echo "crowdsec-nginx-bouncer installed successfully"

0 comments on commit 7649737

Please sign in to comment.