Merge pull request #11 from SUNET/ft-fix_package_manager
init, from eduid-ops
This commit is contained in:
commit
375a06276c
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