Skip to content

Commit

Permalink
Install pipng by default
Browse files Browse the repository at this point in the history
  • Loading branch information
raspicamplayer committed Mar 28, 2021
1 parent cca09fc commit bfb5cd1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,15 @@ cp -v camplayer.service $SYSTEMD_PATH
systemctl daemon-reload
systemctl disable camplayer.service

# ---------------------- pipng -----------------------
# ----------------------------------------------------

echo "Installing and building pipng"
git clone https://github.com/raspicamplayer/pipng.git
cd ./pipng/ && make && make install
cd ../
rm -rf pipng

# --------------------- Done! ------------------------
# ----------------------------------------------------

Expand Down

0 comments on commit bfb5cd1

Please sign in to comment.