Skip to content

Commit

Permalink
Merge branch 'master' of github.com:filipsPL/autowx2
Browse files Browse the repository at this point in the history
  • Loading branch information
filipsPL committed Nov 20, 2018
2 parents 79e270e + b929fee commit 9ad297e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ echo
sudo apt-get update
sudo apt-get install -y rtl-sdr git libpulse-dev qt4-qmake fftw3 libc6 libfontconfig1 libx11-6 libxext6 libxft2 libusb-1.0-0-dev \
libavahi-client-dev libavahi-common-dev libdbus-1-dev libfftw3-single3 libpulse-mainloop-glib0 librtlsdr0 librtlsdr-dev \
libfftw3-dev libfftw3-double3 lame sox libsox-fmt-mp3 libtool automake python-pil python-imaging imagemagick
libfftw3-dev libfftw3-double3 lame sox libsox-fmt-mp3 libtool automake python-pil python-imaging imagemagick python-dev


if [ ${MACHINE_TYPE} == 'armv6l' ]; then
if [ ${MACHINE_TYPE} == 'armv6l' ] || [ ${MACHINE_TYPE} == 'armv7l' ]; then
echo
echo
echo "******** Installing Rpi required packages"
Expand All @@ -50,7 +50,7 @@ fi


PIP_OPTIONS=""
if [ ${MACHINE_TYPE} == 'armv6l' ]; then
if [ ${MACHINE_TYPE} == 'armv6l' ] || [ ${MACHINE_TYPE} == 'armv7l' ]; then
PIP_OPTIONS="--no-cache-dir"
fi

Expand All @@ -76,7 +76,7 @@ if [ ${MACHINE_TYPE} == 'x86_64' ]; then
echo "64-bit system"
wget https://wxtoimgrestored.xyz/downloads/wxtoimg-linux64-2.10.11-1.tar.gz
gunzip < wxtoimg-linux64-2.10.11-1.tar.gz | sudo sh -c "(cd /; tar -xvf -)"
elif [ ${MACHINE_TYPE} == 'armv6l' ]; then
elif [ ${MACHINE_TYPE} == 'armv6l' ] || [ ${MACHINE_TYPE} == 'armv7l' ]; then
wget https://wxtoimgrestored.xyz/beta/wxtoimg-armhf-2.11.2-beta.deb
sudo dpkg -i wxtoimg-armhf-2.11.2-beta.deb
else
Expand Down

0 comments on commit 9ad297e

Please sign in to comment.