5 lines
106 B
Bash
5 lines
106 B
Bash
#!/bin/sh -eux
|
|
|
|
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=751636
|
|
apt-get install libpam-systemd
|