mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-12-31 04:39:49 +08:00
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:
parent
224e2f68b2
commit
025d28a9dc
1 changed files with 1 additions and 1 deletions
|
@ -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`.
|
||||
|
|
Loading…
Reference in a new issue