6 lines
133 B
Bash
Executable file
6 lines
133 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# dpkg frequently breaks with automatic reboots.
|
|
# Make an attempt to get it back into working order.
|
|
dpkg --configure -a
|