Skip to content

Commit

Permalink
Fix tarball path
Browse files Browse the repository at this point in the history
  • Loading branch information
thespad committed Sep 11, 2024
1 parent a68c477 commit 9edf22d
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@ fi

export DEBIAN_FRONTEND="noninteractive"

if [[ -e /tmp/calibre.txz ]]; then
if [[ -e /calibre.txz ]]; then
mkdir -p /app/calibre
tar xf \
/tmp/calibre.txz \
/calibre.txz \
-C /app/calibre
echo "Installing Calibre version $(cat /CALIBRE_RELEASE)"
/app/calibre/calibre_postinstall
rm /tmp/calibre.txz
rm /calibre.txz
fi

0 comments on commit 9edf22d

Please sign in to comment.