We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello I have a few questions:
mkdir -p /home/pi/.encfs/ mkdir -p /home/pi/encfs/ echo myP4ssw0rd | encfs --standard -S /home/pi/.encfs/ /home/pi/encfs/
Because I'm trying to make unattended install of encfs
Thank you.
The text was updated successfully, but these errors were encountered:
Nobody knows :( ?
Sorry, something went wrong.
In order to mark the debconf warning as seen you can do:
printf 'encfs\tencfs/security-information\terror\t\n' | debconf-set-selections
or, simply, install with the noninteractive frontend:
noninteractive
DEBIAN_FRONTEND=noninteractive apt-get install -y encfs
Creating the folders you are going to use seems the right approach.
No branches or pull requests
Hello
I have a few questions:
Because I'm trying to make unattended install of encfs
Thank you.
The text was updated successfully, but these errors were encountered: