Skip to content

Commit

Permalink
Update libcoap2 to libcoap3 (diyhue#970)
Browse files Browse the repository at this point in the history
Fixes automatic install script
  • Loading branch information
igorcv88 authored Dec 6, 2023
1 parent 2619e79 commit cdc3c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BridgeEmulator/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ esac
echo -e "\033[36m Installing dependencies.\033[0m"
if type apt &> /dev/null; then
# Debian-based distro
apt-get install -y unzip python3 python3-pip openssl bluez bluetooth libcoap2-bin faketime
apt-get install -y unzip python3 python3-pip openssl bluez bluetooth libcoap3-bin faketime
elif type pacman &> /dev/null; then
# Arch linux
pacman -Syq --noconfirm || exit 1
Expand Down

0 comments on commit cdc3c6e

Please sign in to comment.