Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed extra apt-get update in apt install command
When a command like "sudo su -c "apt-get update && apt-get install" was executed via subprocess.popen, the parent python process was suspended when the first part of the command completed. We don't need the update anymore (it's done by the user before running securedrop-admin setup) so let's just simplify things and run something like "sudo apt-get install"
- Loading branch information