3 lines
112 B
Bash
Executable file
3 lines
112 B
Bash
Executable file
#!/bin/bash
|
|
|
|
echo 'Dpkg::Options {"--force-confdef"; "--force-confmiss";};' > /etc/apt/apt.conf.d/99upgradeEOLE
|