Hi, when installing FreshRSS it asks to update permissions with a script using sudo which isn't possible off course.
It asks to update the following pemissions.
# Based on group access
chown -R :www-data .
# Read files, and directory traversal
chmod -R g+rX .
# Write access
mkdir -p ./data/users/_/
chmod -R g+w ./data/
How do I do this?