diff options
author | Jakob Stendahl <14180120+JakobST1n@users.noreply.github.com> | 2021-11-13 20:29:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-13 20:29:45 +0100 |
commit | 590e8f3e72610da409d6e7e91674d8f50e5337c5 (patch) | |
tree | c9e288cd7f88211fb85846af8e9869bb4fdb635a | |
parent | d20daf1abf82c5b2a27d919f60404959497c9c42 (diff) | |
download | Luxcena-Neo-590e8f3e72610da409d6e7e91674d8f50e5337c5.tar.gz Luxcena-Neo-590e8f3e72610da409d6e7e91674d8f50e5337c5.zip |
Update install.sh
-rwxr-xr-x | bin/install.sh | 2 |
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" |