diff --git a/readme.md b/readme.md index 191072f..a42983a 100644 --- a/readme.md +++ b/readme.md @@ -97,6 +97,14 @@ from various contexts of CA, CI and OCI / OS. ### sh → py * check file & variable sums +* install system packages + * epel + * plantuml + * shellcheck + * graphviz + * openssh + * rsync + * shfmt * python virtual environment * install system package * configure pip @@ -108,14 +116,6 @@ from various contexts of CA, CI and OCI / OS. * detect ssh private key type * implement project repository cloning -* install - * epel - * plantuml - * shellcheck - * graphviz - * openssh - * rsync - * shfmt * lint * .py * .sh diff --git a/spcd.sh b/spcd.sh index 7842a87..7557cd7 100644 --- a/spcd.sh +++ b/spcd.sh @@ -33,7 +33,6 @@ spcd_main() { spcd_install_git spcd_install_python spcd_install_python_modules - # TODO move to Python spcd_install_packages spcd_write_python_module spcd_switch_to_python @@ -677,7 +676,6 @@ ${spcd_ipm__target}" spcd_rm "${spcd_ipm__root}" } -# TODO move to Python spcd_install_packages() { # epel spcd_step "Install EPEL"