From 233bfc59acb4767aa04cd52792967efd7b7562e0 Mon Sep 17 00:00:00 2001 From: Wyn Date: Thu, 19 Apr 2018 17:29:44 -0400 Subject: [PATCH] [V3 Docs Arch] Upgrade dependencies (#1553) -u parameter added to pacman for upgrading dependencies so we don't get partial upgrades. --- docs/install_arch.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install_arch.rst b/docs/install_arch.rst index 94a1d092e..4b07ac4c3 100644 --- a/docs/install_arch.rst +++ b/docs/install_arch.rst @@ -14,7 +14,7 @@ Installing the pre-requirements .. code-block:: none - sudo pacman -Sy python-pip git base-devel jre8-openjdk + sudo pacman -Syu python-pip git base-devel jre8-openjdk ------------------ Installing the bot