mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-03-01 09:00:15 +01:00
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
|