add git to dependancies
This commit is contained in:
parent
5d191c88bc
commit
7027b9e297
@ -9,6 +9,7 @@
|
|||||||
* imagemagick
|
* imagemagick
|
||||||
* ffmpegthumbnailer
|
* ffmpegthumbnailer
|
||||||
* sox
|
* sox
|
||||||
|
* git
|
||||||
|
|
||||||
## debian ##
|
## debian ##
|
||||||
|
|
||||||
@ -46,7 +47,7 @@ We'll also need to install some dependancies that come with debian:
|
|||||||
# as root
|
# as root
|
||||||
|
|
||||||
apt update
|
apt update
|
||||||
apt-get --no-install-recommends install imagemagick libsodium-dev ffmpegthumbnailer sox build-essential
|
apt-get --no-install-recommends install imagemagick libsodium-dev ffmpegthumbnailer sox build-essential git
|
||||||
|
|
||||||
Now build the daemon:
|
Now build the daemon:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user