mirror of
https://github.com/kforney/pentest-distro-builder.git
synced 2024-11-21 17:40:57 -07:00
Update README.md
Former-commit-id: 1457dd69dfb82e198942261e7d2107d3a8e32cd5 Former-commit-id: 834ed518f1781496cb9e9444bfa525ab1dac544b
This commit is contained in:
parent
e611c8c83d
commit
9920416956
1 changed files with 2 additions and 0 deletions
|
@ -24,7 +24,9 @@ If you run the script without any options, it will build whichever OS you are cu
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
`sudo ./runme.sh -u -l Kali -d mate -r 192.168.0.30`
|
`sudo ./runme.sh -u -l Kali -d mate -r 192.168.0.30`
|
||||||
|
|
||||||
This will build a Kali Linux .iso, with the MATE desktop environment, using a local repository at 192.168.0.30
|
This will build a Kali Linux .iso, with the MATE desktop environment, using a local repository at 192.168.0.30
|
||||||
|
|
||||||
`sudo ./runme.sh -u -l Parrot -d cinnamon`
|
`sudo ./runme.sh -u -l Parrot -d cinnamon`
|
||||||
|
|
||||||
This will build a Parrot Security OS .iso, with the Cinnamon desktop environment, using the default Parrot repository. If -r is unspecified, then the default will be used.
|
This will build a Parrot Security OS .iso, with the Cinnamon desktop environment, using the default Parrot repository. If -r is unspecified, then the default will be used.
|
||||||
|
|
Loading…
Reference in a new issue