From c80e33dcbe1f682e018ef88ce9d71d7465e7cda2 Mon Sep 17 00:00:00 2001 From: cs171027 Date: Sat, 13 Jun 2020 02:33:13 +0000 Subject: [PATCH] Update 'INSTALL.md' --- INSTALL.md | 1 + 1 file changed, 1 insertion(+) diff --git a/INSTALL.md b/INSTALL.md index 72fce08..45c8585 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -4,6 +4,7 @@ Run as *root* user the following commands to automatically install the virtual l ``` git clone https://git.swarmlab.io:3000/cs171027/galera-swarm-lxc-ansible/ cd galera-swarm-lxc-ansible/ +chmod +x *.sh Makefile make ```