|
Lines 9-12
else:
Link Here
|
| 9 |
print('APT::Get::AllowUnauthenticated 1 ;') |
9 |
print('APT::Get::AllowUnauthenticated 1 ;') |
| 10 |
print('Binary::apt-get::Acquire::AllowInsecureRepositories "true";') |
10 |
print('Binary::apt-get::Acquire::AllowInsecureRepositories "true";') |
| 11 |
print('Acquire::AllowInsecureRepositories "true";') |
11 |
print('Acquire::AllowInsecureRepositories "true";') |
|
|
12 |
print('Acquire::Max-FutureTime 315360000;') |
| 12 |
@!@ |
13 |
@!@ |