From 22b42771caec4b0a304533ee03269f139774e087 Mon Sep 17 00:00:00 2001 From: Pettai <pettai@sunet.se> Date: Tue, 16 Feb 2021 06:57:28 +0000 Subject: [PATCH] prepend sudo on the adminstrative commands --- doc/install.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/install.md b/doc/install.md index c40d178..fa143d2 100644 --- a/doc/install.md +++ b/doc/install.md @@ -11,9 +11,9 @@ The current version of SOCTools only runs on a single server. A fully distribute * Minimal installation of CentOS7 * Install Ansible - * `yum -y install epel-release` - * `yum -y install ansible git` - * `ansible-galaxy collection install ansible.posix` + * `sudo yum -y install epel-release` + * `sudo yum -y install ansible git` + * `sudo ansible-galaxy collection install ansible.posix` ## Clone SOCTools * `git clone https://gitlab.geant.org/gn4-3-wp8-t3.1-soc/soctools.git` -- GitLab