Install some dependencies
This commit is contained in:
parent
ebdd32854c
commit
f008dd25e3
|
@ -38,6 +38,11 @@ BOLD='\033[1m'
|
||||||
RESET='\033[0m'
|
RESET='\033[0m'
|
||||||
## }}}
|
## }}}
|
||||||
|
|
||||||
|
## Dependencies {{{
|
||||||
|
apt update
|
||||||
|
apt install ipcalc
|
||||||
|
## }}}
|
||||||
|
|
||||||
## Mount the system {{{
|
## Mount the system {{{
|
||||||
### Root
|
### Root
|
||||||
mkdir -p -- /target
|
mkdir -p -- /target
|
||||||
|
|
Loading…
Reference in New Issue