mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-01-30 16:05:58 -05:00
fix runtime issues
This commit is contained in:
parent
50c94a5095
commit
4e70982c01
@ -3,7 +3,7 @@ MAINTAINER Lawrence Stubbs <technoexpressnet@gmail.com>
|
||||
|
||||
COPY startmeshcentral.sh /
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y p7zip-full \
|
||||
&& apt-get install -y p7zip-full which \
|
||||
&& wget -q http://www.7-zip.org/a/lzma1604.7z \
|
||||
&& 7z x lzma1604.7z -olzma1604 \
|
||||
&& cp lzma1604/bin/*.sfx /usr/lib/p7zip/ \
|
||||
|
@ -11,7 +11,7 @@ if [ $2 != "" ]; then
|
||||
fi
|
||||
|
||||
su - meshcentral
|
||||
cd /home/meshcentral
|
||||
cd /home/meshcentral/
|
||||
npmbin=$(which node)
|
||||
foreverbin=$(which forever)
|
||||
$npmbin install meshcentral
|
||||
|
Loading…
x
Reference in New Issue
Block a user