mirror of
https://github.com/signalapp/libsignal.git
synced 2026-04-26 01:35:22 +02:00
Debian has a more stable retention period for pinned dependencies (the version of OpenJDK 8 we were using for Ubuntu is gone already!), and it matches what the Signal-Android repository is doing.
7 lines
192 B
Plaintext
7 lines
192 B
Plaintext
Acquire::Check-Valid-Until "false";
|
|
Acquire::Languages "none";
|
|
Binary::apt-get::Acquire::AllowInsecureRepositories "false";
|
|
|
|
APT::Install-Recommends "false";
|
|
APT::Immediate-Configure "false";
|