Skip to content

Commit

Permalink
Add paperpi to spi, gpio groups
Browse files Browse the repository at this point in the history
  • Loading branch information
txoof committed Mar 13, 2024
1 parent df34684 commit 1ae6864
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,8 @@ function create_user {
useradd -m paperpi
echo "Created user 'paperpi'"
fi
echo "Adding paperpi to the gpio and spi groups"
usermod paperpi -a -G spi,gpio
fi

if [ $PURGE -gt 0 ]
Expand Down

0 comments on commit 1ae6864

Please sign in to comment.