diff options
-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" |