Merge pull request #1553 from zkldi/patch-1

Use pacman -Syu instead of pacman -Sy
This commit is contained in:
Philippe Teuwen 2022-01-05 11:35:41 +01:00 committed by GitHub
commit a6d22ee435
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) ^[Top](#top)
```sh ```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`. If you don't need the native Bluetooth support in the client, you can skip the installation of `bluez`.