From 788e4c283b3551c3e221eb563e760bed1820f1c3 Mon Sep 17 00:00:00 2001 From: JRGTH Date: Mon, 3 Jan 2022 09:23:10 -0400 Subject: [PATCH] Make sure to check/bootstrap directories first --- usr/local/share/bastille/bootstrap.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/usr/local/share/bastille/bootstrap.sh b/usr/local/share/bastille/bootstrap.sh index c164828..3d1196a 100644 --- a/usr/local/share/bastille/bootstrap.sh +++ b/usr/local/share/bastille/bootstrap.sh @@ -304,6 +304,9 @@ bootstrap_release() { debootstrap_release() { + # Make sure to check/bootstrap directories first. + bootstrap_directories + #check and install OS dependencies @hackacad #ToDo: add function 'linux_pre' for sysrc etc.