File tree Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Original file line number Diff line number Diff line change 1010su -
1111apt-get install git sudo ansible
1212```
13- if not already configured, add your current user to sudo group (make sure to activate this change by starting new shell or even rebooting ):
13+ if not already configured, add your current user to sudo group (** _ make sure to activate this change by rebooting _ ** ):
1414
1515``` console
16- usermod -a -G sudo `whoami`
16+ usermod -a -G sudo <user>
17+ ```
18+
19+ To check if the user is in the sudoers file, you can check with following command:
20+ ``` console
21+ grep sudo /etc/group
22+ ```
23+
24+ ** _ Exit to normal user with:_ **
25+ ``` console
26+ exit
1727```
1828
1929Also make sure your packages are up to date before FWORCH installation using e.g.
@@ -24,7 +34,7 @@ possibly followed by a reboot.
2434
25352 ) Getting Firewall Orchestrator
2636
27- with the following command (as normal user)
37+ with the following command:
2838
2939``` console
3040git clone https://github.com/CactuseSecurity/firewall-orchestrator.git
@@ -71,4 +81,4 @@ The api hasura admin secret can be used to access the API at <https://localhost:
7181
7282If using the python venv method, you may now exit venv with:
7383
74- deactivate
84+ deactivate
You can’t perform that action at this time.
0 commit comments