5 lines
107 B
Bash
Executable file
5 lines
107 B
Bash
Executable file
#!/bin/bash
|
|
|
|
[[ -f /etc/apt/apt.conf.d/99upgradeEOLE ]] && rm -f /etc/apt/apt.conf.d/99upgradeEOLE
|
|
|
|
exit 0
|