Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrouch committed Jun 25, 2024
1 parent b1dba16 commit 887e63f
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions qtvlm/rpi_qtvlm_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,13 @@

myArch=$(dpkg --print-architecture)

FID=804
if [ "armhf" != "$myArch" ] ; then
FID=556
sudo apt-get -y install libsystemd0
fi

# See: https://www.meltemus.com

cd /home/user
echo "Downloading..."

wget -O - "https://www.meltemus.com/index.php/en/download?task=download.send&id=${FID}&catid=9&m=0" > qtVlm-rpi.tar.gz
AGENT="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36"
wget --user-agent="$AGENT" -O qtVlm-rpi.tar.gz "https://www.meltemus.com/index.php/en/download?task=download.send&id=804&catid=9&m=0"

gzip -cd < qtVlm-rpi.tar.gz | tar xvf -
mkdir /home/user/.qtVlm
Expand Down

0 comments on commit 887e63f

Please sign in to comment.