aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Stendahl <14180120+JakobST1n@users.noreply.github.com>2021-11-13 20:29:45 +0100
committerGitHub <noreply@github.com>2021-11-13 20:29:45 +0100
commit590e8f3e72610da409d6e7e91674d8f50e5337c5 (patch)
treec9e288cd7f88211fb85846af8e9869bb4fdb635a
parentd20daf1abf82c5b2a27d919f60404959497c9c42 (diff)
downloadLuxcena-Neo-590e8f3e72610da409d6e7e91674d8f50e5337c5.tar.gz
Luxcena-Neo-590e8f3e72610da409d6e7e91674d8f50e5337c5.zip
Update install.sh
-rwxr-xr-xbin/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/install.sh b/bin/install.sh
index 6631799..a6ff0e0 100755
--- a/bin/install.sh
+++ b/bin/install.sh
@@ -151,7 +151,7 @@ if [ "$(uname -m)" = "armv6l" ]; then
else
execCommand "wget -qO- https://deb.nodesource.com/setup_14.x | bash -"
execCommand "apt -q update"
- execCommand "apit -qy install nodejs
+ execCommand "apt -qy install nodejs"
fi
execCommand "apt -qy install python3-pip"
execCommand "pip3 install virtualenv"