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