From c5f7018de800f8703c76780f49015c881841b8a8 Mon Sep 17 00:00:00 2001 From: Marcin Motwicki Date: Thu, 5 Oct 2023 07:31:32 +0200 Subject: [PATCH] Update README.md Updated googletest, older one causes compile errors --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a942465..6a73bcb 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ git clone https://github.com/hexway/apple_bleee.git && cd ./apple_blee sudo apt update && sudo apt install -y bluez libpcap-dev libev-dev libnl-3-dev libnl-genl-3-dev libnl-route-3-dev cmake libbluetooth-dev sudo pip3 install -r requirements.txt # clone and install owl for AWDL interface -git clone https://github.com/seemoo-lab/owl.git && cd ./owl && git submodule update --init && mkdir build && cd build && cmake .. && make && sudo make install && cd ../.. +git clone https://github.com/seemoo-lab/owl.git && cd ./owl && git submodule update --remote --merge && mkdir build && cd build && cmake .. && make && sudo make install && cd ../.. ``` ## How to use