From 025d28a9dcb4b18ee635d9b187f87885dae1e541 Mon Sep 17 00:00:00 2001 From: zkldi Date: Wed, 5 Jan 2022 00:39:24 +0000 Subject: [PATCH] Use pacman -Syu instead of pacman -Sy `pacman -Sy` can result in partial upgrades and system damage if the user doesn't understand what it entails and never finishes the upgrade. See: https://bbs.archlinux.org/viewtopic.php?id=241092 --- .../Linux-Installation-Instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/md/Installation_Instructions/Linux-Installation-Instructions.md b/doc/md/Installation_Instructions/Linux-Installation-Instructions.md index bc9ec1cf1..e9e17005b 100644 --- a/doc/md/Installation_Instructions/Linux-Installation-Instructions.md +++ b/doc/md/Installation_Instructions/Linux-Installation-Instructions.md @@ -65,7 +65,7 @@ If you get some (non blocking) error at runtime such as _Gtk-Message: Failed to ^[Top](#top) ```sh -sudo pacman -Sy git base-devel readline bzip2 arm-none-eabi-gcc arm-none-eabi-newlib qt5-base bluez python --needed +sudo pacman -Syu git base-devel readline bzip2 arm-none-eabi-gcc arm-none-eabi-newlib qt5-base bluez python --needed ``` If you don't need the native Bluetooth support in the client, you can skip the installation of `bluez`.