Hi all, I am wondering if it is possible to perform a command-line install in Ubuntu/Debian whereby I can skip the initial setup prompt where it asks for username, team, passkey etc. Is there any flag I can add to the dpkg install command to skip? I already have my own set-up config.xml ready for use.
Thanks!
Ubuntu/Debian cmdline install - Skip the prompt?
Moderators: Site Moderators, FAHC Science Team
-
- Site Moderator
- Posts: 1161
- Joined: Sat Dec 08, 2007 1:33 am
- Location: San Francisco, CA
- Contact:
Re: Ubuntu/Debian cmdline install - Skip the prompt?
Maybe
This is from https://github.com/FoldingAtHome/contai ... Dockerfile
Code: Select all
DEBIAN_FRONTEND=noninteractive dpkg --install --force-depends fah.deb
Re: Ubuntu/Debian cmdline install - Skip the prompt?
Thanks! That did the trick.calxalot wrote:Maybe
This is from https://github.com/FoldingAtHome/contai ... DockerfileCode: Select all
DEBIAN_FRONTEND=noninteractive dpkg --install --force-depends fah.deb