From 47f82935e70208754d957e5de7d0abaeb3cbf108 Mon Sep 17 00:00:00 2001 From: Azareal Date: Thu, 31 Oct 2019 06:51:48 +1000 Subject: [PATCH] chmod this too as install-linux relies on it. --- docs/installation.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/installation.md b/docs/installation.md index 6ca50afc..2fe565d4 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -25,6 +25,8 @@ We can now hop into the newly created folder with the same command we used for g And now, we'll change the permissions on the installer script, otherwise we'll get an access denied error: +`chmod 755 ./update-deps-linux` + `chmod 755 ./install-linux` Just run this to run the installer: