Install missing dependency
This commit is contained in:
parent
f44e03ccd6
commit
240afeb2a5
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ if [ ! "$UID" -eq 0 ]
|
||||||
then
|
then
|
||||||
sudo bash "$BASH_SOURCE" "$USER";
|
sudo bash "$BASH_SOURCE" "$USER";
|
||||||
else
|
else
|
||||||
apt install -y p7zip-full libgumbo-dev libfuse-dev libssl-dev libcurl4-openssl-dev uuid-dev;
|
apt install -y p7zip-full libgumbo-dev libexpat1-dev libfuse-dev libssl-dev libcurl4-openssl-dev uuid-dev;
|
||||||
tempDir="$(mktemp -d)";
|
tempDir="$(mktemp -d)";
|
||||||
pushd "$tempDir";
|
pushd "$tempDir";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue