Skip to content
Snippets Groups Projects
Commit 8dfd998a authored by Jeremy Mordkoff's avatar Jeremy Mordkoff
Browse files

only remove the packages that this script is about to replace


Signed-off-by: default avatarJeremy Mordkoff <jeremy.mordkoff@gmail.com>
parent a20a9d8b
No related branches found
No related tags found
No related merge requests found
......@@ -92,7 +92,7 @@ EOF
apt-get update
# and install the tools
apt remove -y rw.toolchain-rwbase tcpdump
apt remove -y tcpdump
apt-get install -y --allow-downgrades rw.tools-container-tools=${PLATFORM_VERSION} rw.tools-scripts=${PLATFORM_VERSION} python
/usr/rift/container_tools/mkcontainer --modes MANO-base,rw-platform --rw-version ${PLATFORM_VERSION}
......
......@@ -94,7 +94,6 @@ EOF
apt-get update
# and install the tools
apt remove -y rw.toolchain-rwbase tcpdump
apt-get install -y --allow-downgrades rw.tools-container-tools=${PLATFORM_VERSION} rw.tools-scripts=${PLATFORM_VERSION} python
/usr/rift/container_tools/mkcontainer --modes UI-base --rw-version ${PLATFORM_VERSION}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment