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