mirror of
https://github.com/sunknudsen/privacy-guides.git
synced 2025-02-22 16:53:56 +00:00
Standardized --user attributes
This commit is contained in:
parent
7206459bff
commit
637b45c552
@ -76,7 +76,7 @@ $ sudo apt update
|
||||
|
||||
$ sudo apt install -y bc expect fim imagemagick python3-pip python3-rpi.gpio
|
||||
|
||||
$ pip3 install mnemonic pillow qrcode --user
|
||||
$ pip3 install --user mnemonic pillow qrcode
|
||||
|
||||
$ echo -e "export GPG_TTY=\"\$(tty)\"\nexport PATH=\$PATH:/home/pi/.local/bin" >> ~/.bashrc
|
||||
|
||||
@ -260,7 +260,7 @@ $ sudo apt update
|
||||
|
||||
$ sudo apt install -y tmux
|
||||
|
||||
$ pip3 install attrs trezor --user
|
||||
$ pip3 install --user attrs trezor
|
||||
|
||||
$ sudo curl -o /etc/udev/rules.d/51-trezor.rules https://data.trezor.io/udev/51-trezor.rules
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user