Skip to content
New issue

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

Silent install #669

Open
pompushko opened this issue Jan 15, 2024 · 2 comments
Open

Silent install #669

pompushko opened this issue Jan 15, 2024 · 2 comments

Comments

@pompushko
Copy link

Hello
I have a few questions:

  1. Is it possible to install encfs on Debian\Ubuntu without warning with user prompt?
  2. Is it possible to create directories without prompt? Now I use such commands for that:
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.

@pompushko
Copy link
Author

Nobody knows :( ?

@Keisial
Copy link
Contributor

Keisial commented Jan 7, 2025

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:

DEBIAN_FRONTEND=noninteractive apt-get install -y encfs

Creating the folders you are going to use seems the right approach.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants