Closed ghost closed 10 months ago
It's a single zip now
bro, it's in the first chapter of the README (Installing) and the name of the file in right there on the GitHub page...
Look at the README, it's a one file that you can simply see on the UI in GitHub. You download the WHOLE file and then you extract / unzip what you AFTER you downloaded the big zip.
Something like:
VERSION=1.7.0
wget https://github.com/philippe44/AirConnect/releases/download/${VERSION}/AirConnect-${VERSION}.zip && \
unzip AirConnect-${VERSION}.zip aircast-linux-armv6 && \
rm AirConnect-${VERSION}.zip
Hi
If you want the latest version :
sudo wget https://github.com/philippe44/AirConnect/raw/master/AirConnect-1.8.1.zip
deleted