pkg/nop
This commit is contained in:
parent
30fa6d940f
commit
b4abe18a03
1 changed files with 1 additions and 1 deletions
2
cd.sh
2
cd.sh
|
@ -209,7 +209,7 @@ cd_install_packages_tools () {
|
||||||
cd_step "Install packages tools"
|
cd_step "Install packages tools"
|
||||||
case "${CD_OS_ID}" in
|
case "${CD_OS_ID}" in
|
||||||
"${CD_OS_DEBIAN}") cd_install_package "apt-utils" ;;
|
"${CD_OS_DEBIAN}") cd_install_package "apt-utils" ;;
|
||||||
"${CD_OS_ALMA}") echo "TODO" ;;
|
"${CD_OS_ALMA}") cd_nop ;;
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue