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
This commit is contained in:
zkldi 2022-01-05 00:39:24 +00:00 committed by GitHub
parent 224e2f68b2
commit 025d28a9dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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`.