From 590e8f3e72610da409d6e7e91674d8f50e5337c5 Mon Sep 17 00:00:00 2001 From: Jakob Stendahl <14180120+JakobST1n@users.noreply.github.com> Date: Sat, 13 Nov 2021 20:29:45 +0100 Subject: Update install.sh --- bin/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/install.sh') 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" -- cgit v1.2.3