From 7c4c6759ca8baeb20b8a21a331dc7339306fd7fc Mon Sep 17 00:00:00 2001 From: Gerald Pinder Date: Tue, 16 Apr 2024 17:17:48 -0400 Subject: [PATCH] fix: Create /var/lib/alternatives --- exports.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/exports.sh b/exports.sh index a7a0637..deb2fdc 100644 --- a/exports.sh +++ b/exports.sh @@ -25,4 +25,5 @@ export OS_VERSION=$(grep -Po "(?<=VERSION_ID=)\d+" /usr/lib/os-release) export -f get_yaml_array mkdir -p /var/roothome +mkdir -p /var/lib/alternatives