Loading README.md +2 −2 Original line number Diff line number Diff line Loading @@ -159,11 +159,11 @@ Install dependencies (`tmux` and `vim` are not necessary, but might be helpful): sudo apt install -y cryptsetup git libsdl2-2.0-0 libsdl2-ttf-2.0-0 tmux vim ``` Create a user account called `poolpay` (with a secure, auto-generated password), make sure it can access GPIO: Create a user account called `poolpay` (with a secure, auto-generated password), make sure it can access GPIO and SPI: ```bash sudo adduser poolpay sudo usermod -a -G gpio poolpay sudo usermod -a -G gpio,spi poolpay ``` Give it the permission to use `sudo` without an additional password prompt (`sudo nano /etc/sudoers.d/010_poolpay-nopasswd`): Loading Loading
README.md +2 −2 Original line number Diff line number Diff line Loading @@ -159,11 +159,11 @@ Install dependencies (`tmux` and `vim` are not necessary, but might be helpful): sudo apt install -y cryptsetup git libsdl2-2.0-0 libsdl2-ttf-2.0-0 tmux vim ``` Create a user account called `poolpay` (with a secure, auto-generated password), make sure it can access GPIO: Create a user account called `poolpay` (with a secure, auto-generated password), make sure it can access GPIO and SPI: ```bash sudo adduser poolpay sudo usermod -a -G gpio poolpay sudo usermod -a -G gpio,spi poolpay ``` Give it the permission to use `sudo` without an additional password prompt (`sudo nano /etc/sudoers.d/010_poolpay-nopasswd`): Loading