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 a263fff commit b1dba16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qtvlm/rpi_qtvlm_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ fi
cd /home/user
echo "Downloading..."

wget -q -O - "https://www.meltemus.com/index.php/en/download?task=download.send&id=${FID}&catid=9&m=0" > qtVlm-rpi.tar.gz
wget -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 b1dba16

Please sign in to comment.