diff --git a/readme.md b/readme.md index aefcfa2..e73e9ee 100644 --- a/readme.md +++ b/readme.md @@ -89,9 +89,7 @@ from various contexts of CA, CI and OCI / OS. ### sh -* support - * arch python virtual environment - * opensuse operating system +* support opensuse operating system * write tests ### sh → py diff --git a/spcd.sh b/spcd.sh index 815e17f..47cc216 100644 --- a/spcd.sh +++ b/spcd.sh @@ -612,8 +612,7 @@ spcd_install_python() { spcd_install_package "python3-venv" ;; "${SPCD_OS_ARCH}") - echo "Not supported!" - exit 255 + spcd_install_package "expat" ;; *) ;; esac