mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-04-30 08:05:11 +00:00
Merge pull request #1553 from zkldi/patch-1
Use pacman -Syu instead of pacman -Sy
This commit is contained in:
@@ -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`.
|
||||
|
||||
Reference in New Issue
Block a user