Skip to content
This repository has been archived by the owner on Aug 27, 2022. It is now read-only.

Commit

Permalink
install-raspbian: add www-data user to video group by default
Browse files Browse the repository at this point in the history
- needed to use raspistill and also needed for gphoto live preview

Change-Id: I13927db714833c90c2a26b1a3db0dc6f1a42baf3
  • Loading branch information
andi34 committed Nov 15, 2020
1 parent ab69dd6 commit a09f127
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install-raspbian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ fi
info "### Setting permissions."
chown -R www-data:www-data $INSTALLFOLDERPATH
gpasswd -a www-data plugdev
gpasswd -a www-data video
if [ -f "/usr/lib/gvfs/gvfs-gphoto2-volume-monitor" ]; then
info "### Disabling camera automount."
Expand Down

0 comments on commit a09f127

Please sign in to comment.