Skip to content

Commit

Permalink
chmod
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Jan 18, 2025
1 parent 44dcdab commit d8e98f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_raspOVOS.sh
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ chmod -R 2775 /home/$USER/.local/state/mycroft
echo "Ensuring permissions for $USER user..."
# Replace 1000:1000 with the correct UID:GID if needed
chown -R $TUID:$TGID /home/$USER
chmod +x /usr/libexec/ovos-*
chmod +x /usr/libexec/*
chmod 644 /home/$USER/.asoundrc

# Enable lingering for the user
Expand Down

0 comments on commit d8e98f6

Please sign in to comment.