rcrum003 / HiveControl

Alternative software for use with HiveTool suite of software.
GNU General Public License v2.0
25 stars 13 forks source link

invalid non-responsive link for DHTXXD.zip in install.sh #60

Closed ptegler closed 5 years ago

ptegler commented 5 years ago

bold text link below never connected twice offline testing did find a responsive link at http://abyz.me.uk/rpi/pigpio/code/DHTXXD.zip while http://abyz.co.uk/rpi/pigpio/code/DHTXXD.zip* never responded and hung script

Installing DHTXX Code

echo "Installing DHT Code"
cd /home/HiveControl/software
sudo mkdir DHTXXD
cd DHTXXD
sudo wget **http://abyz.co.uk/rpi/pigpio/code/DHTXXD.zip**
unzip DHTXXD.zip
sudo gcc -Wall -pthread -o DHTXXD test_DHTXXD.c DHTXXD.c -lpigpiod_if2
sudo cp DHTXXD /usr/local/bin/
rcrum003 commented 5 years ago

I’ll take a look and see what the problem is.

Sent from my iPad

On Jul 3, 2019, at 7:42 PM, ptegler notifications@github.com wrote:

bold text link below never connected twice offline testing found responsive link at http://abyz.me.uk/rpi/pigpio/code/DHTXXD.zip while http://abyz.co.uk/rpi/pigpio/code/DHTXXD.zip* never responded

Installing DHTXX Code

echo "Installing DHT Code" cd /home/HiveControl/software sudo mkdir DHTXXD cd DHTXXD sudo wget http://abyz.co.uk/rpi/pigpio/code/DHTXXD.zip unzip DHTXXD.zip sudo gcc -Wall -pthread -o DHTXXD test_DHTXXD.c DHTXXD.c -lpigpiod_if2 sudo cp DHTXXD /usr/local/bin/

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

rcrum003 commented 5 years ago

Now fixed in version 44 of the Install.sh script - please re-download the full GIT project