Skip to content

Commit 5194f90

Browse files
authored
sudo s added to commands
1 parent 428f3e9 commit 5194f90

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ It is tested on newly installed Centos7 machines on VM and DigitalOcean droplets
1616

1717
Create a new Centos7 (minimal installation will do) installation. Login with `root` or other priveledged user and run below commands
1818

19-
yum install git
19+
sudo yum install git
2020
cd /opt/
21-
git clone https://github.com/sjoulaei/install-confluence-centos.git
21+
sudo git clone https://github.com/sjoulaei/install-confluence-centos.git
2222
cd install-confluence-centos
23-
./install-confluence.sh
23+
sudo ./install-confluence.sh
2424

2525
Few questions will be asked about the details of the installation. The only one that you need to change is the password for the confluence database user. The rest can be left as default values (just press Enter).
2626

0 commit comments

Comments
 (0)