diff --git a/debian/chroot.mount b/debian/chroot.mount index a6d4139..6681d75 100755 --- a/debian/chroot.mount +++ b/debian/chroot.mount @@ -38,6 +38,11 @@ BOLD='\033[1m' RESET='\033[0m' ## }}} +## Dependencies {{{ +apt update +apt install ipcalc +## }}} + ## Mount the system {{{ ### Root mkdir -p -- /target