From ddbd465a344976640b83fe7081e5ba159d0e8fe4 Mon Sep 17 00:00:00 2001 From: correctmost <134317971+correctmost@users.noreply.github.com> Date: Sat, 1 Mar 2025 18:43:46 -0500 Subject: [PATCH] Remove python-simple-term-menu installation from build_iso.sh (#3217) The dependency is no longer needed as of 0f2e0095. --- build_iso.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/build_iso.sh b/build_iso.sh index 682b69df..bd614455 100755 --- a/build_iso.sh +++ b/build_iso.sh @@ -14,7 +14,6 @@ packages=( python-build python-setuptools python-wheel - python-simple-term-menu python-pyparted )