From 3a194e989b4f7a0ea85b9e4917d82e2f9dfcc984 Mon Sep 17 00:00:00 2001 From: immarvin Date: Mon, 13 Jun 2016 23:14:36 -0400 Subject: [PATCH] fix xcat-server can not be upgraded #1295 --- docs/source/guides/install-guides/apt/update_xcat.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/guides/install-guides/apt/update_xcat.rst b/docs/source/guides/install-guides/apt/update_xcat.rst index 44412b88b..dfa08f6f5 100644 --- a/docs/source/guides/install-guides/apt/update_xcat.rst +++ b/docs/source/guides/install-guides/apt/update_xcat.rst @@ -3,6 +3,6 @@ Updating xCAT If at a later date you want to update xCAT, first, update the software repositories and then run: :: apt-get update - apt-get upgrade xcat + apt-get --only-upgrade install xcat*