init, from eduid-ops
This commit is contained in:
parent
61d1c1c9b7
commit
b5d538ece1
5
global/pre-tasks.d/010fix-package-manager
Executable file
5
global/pre-tasks.d/010fix-package-manager
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
# dpkg frequently breaks with automatic reboots.
|
||||
# Make an attempt to get it back into working order.
|
||||
dpkg --configure -a
|
Loading…
Reference in a new issue