mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-01-22 00:07:52 +01:00
Fix installer
This commit is contained in:
parent
0eb00c8820
commit
bf1e6051be
@ -33,7 +33,7 @@ echo "--------------------"
|
|||||||
|
|
||||||
mkdir -p dist
|
mkdir -p dist
|
||||||
cp -R build/debian dist/debian
|
cp -R build/debian dist/debian
|
||||||
chmod -R 775 build/debian
|
chmod -R 775 dist/debian
|
||||||
|
|
||||||
controlfile="Package: audiobookshelf
|
controlfile="Package: audiobookshelf
|
||||||
Version: $VERSION
|
Version: $VERSION
|
||||||
@ -44,7 +44,7 @@ Depends:
|
|||||||
Maintainer: advplyr
|
Maintainer: advplyr
|
||||||
Description: $DESCRIPTION"
|
Description: $DESCRIPTION"
|
||||||
|
|
||||||
echo "$config_text" > dist/debian/DEBIAN/control;
|
echo "$controlfile" > dist/debian/DEBIAN/control;
|
||||||
|
|
||||||
# Package debian
|
# Package debian
|
||||||
pkg -t node12-linux-x64 -o dist/debian/usr/share/audiobookshelf/audiobookshelf .
|
pkg -t node12-linux-x64 -o dist/debian/usr/share/audiobookshelf/audiobookshelf .
|
||||||
|
Loading…
Reference in New Issue
Block a user