From f008dd25e396571eca3f010e72199cbb2131c20d Mon Sep 17 00:00:00 2001 From: Gardouille Date: Mon, 19 Oct 2020 18:38:07 +0200 Subject: [PATCH] Install some dependencies --- debian/chroot.mount | 5 +++++ 1 file changed, 5 insertions(+) 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