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 062b367 commit c64b688
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions qtvlm/rpi_qtvlm_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,8 @@ fi
cd /home/user
echo "Downloading..."

curl -L "https://www.meltemus.com/index.php/en/download?task=download.send&id=${FID}&catid=9&m=0" \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:127.0) Gecko/20100101 Firefox/127.0' \
-H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8' \
-H 'Connection: keep-alive' -o qtVlm-rpi.tar.gz
wget -q -O - "https://www.meltemus.com/index.php/en/download?task=download.send&id=${FID}&catid=9&m=0" \
> qtVlm-rpi.tar.gz

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

0 comments on commit c64b688

Please sign in to comment.