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