8 lines
48 B
Plaintext
8 lines
48 B
Plaintext
|
|
#! /bin/sh
|
||
|
|
|
||
|
|
set -e
|
||
|
|
|
||
|
|
pam-auth-update --package
|
||
|
|
|
||
|
|
|