Merge "[ONOS-6619] Allow different bash prompts in TestON components, Also including part of ONOS-6595"
diff --git a/TestON/install.sh b/TestON/install.sh
index ee9bc18..fc434bc 100755
--- a/TestON/install.sh
+++ b/TestON/install.sh
@@ -83,9 +83,9 @@
     echo "Installing TestON dependencies"
     if [ "$DIST" = "Fedora" ]; then
         # Fedora may have vlan enabled by default. Still need to confirm and update later
-        $cmd python-pip build-essential python-dev pep8 python3-requests docker docker-engine
+        $cmd python-pip build-essential python-dev pep8 python3-requests
     else
-        $cmd python-pip build-essential python-dev pep8 vlan python3-requests docker docker-engine
+        $cmd python-pip build-essential python-dev pep8 vlan python3-requests
     fi
 
     # Some Distos have this already from another package