Commit dab90551 authored by Robert Schmidt's avatar Robert Schmidt

Remove nscd from additional packages

nscd (Name service cache daemon) is not needed for running OAI
parent 2b38c785
...@@ -624,7 +624,6 @@ check_install_additional_tools (){ ...@@ -624,7 +624,6 @@ check_install_additional_tools (){
android-tools-adb \ android-tools-adb \
wvdial \ wvdial \
sshpass \ sshpass \
nscd \
bc \ bc \
ntp" ntp"
elif [[ "$OS_DISTRO" == "rhel" ]] || [[ "$OS_DISTRO" == "centos" ]]; then elif [[ "$OS_DISTRO" == "rhel" ]] || [[ "$OS_DISTRO" == "centos" ]]; then
...@@ -649,7 +648,6 @@ check_install_additional_tools (){ ...@@ -649,7 +648,6 @@ check_install_additional_tools (){
wvdial \ wvdial \
numpy \ numpy \
sshpass \ sshpass \
nscd \
python2-paramiko \ python2-paramiko \
python-pyroute2 \ python-pyroute2 \
python-netifaces \ python-netifaces \
...@@ -677,7 +675,6 @@ check_install_additional_tools (){ ...@@ -677,7 +675,6 @@ check_install_additional_tools (){
wvdial \ wvdial \
python-numpy \ python-numpy \
sshpass \ sshpass \
nscd \
python-paramiko \ python-paramiko \
python-pyroute2 \ python-pyroute2 \
python-netifaces \ python-netifaces \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment