Skip to content
This repository was archived by the owner on Oct 20, 2022. It is now read-only.

Commit 84feea5

Browse files
doc(install): udpate
1 parent f48c3ec commit 84feea5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc/servers/Install.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,11 @@ To download the last package version:
1313
- download the last "passed" job artifacts (icon on the right)
1414
- unzip it, you should have the debian package, for instance: `graphviz_2.38.0-18_amd64.deb`
1515

16-
Install sudo after connected in root privilege (su) : apt-get -install sudo
16+
NB, if you are missing the `sudo` tool:
17+
- install it: `apt-get install sudo`
18+
- logged as root (`su`), give current user the sudo rights: `adduser titi sudo`
19+
- log out, and relog so that modification will be taken into account
1720

18-
Add user in /etc/sudoers with root privilege (su) to avoid sudo command
1921

2022
Install the debian package: `sudo dpkg -i graphviz_2.38.0-18_amd64.deb`
2123

0 commit comments

Comments
 (0)