Update install.sh
This commit is contained in:
10
install.sh
10
install.sh
@@ -0,0 +1,10 @@
|
|||||||
|
# As Root:
|
||||||
|
apt install autoconf automake libtool asciidoc xsltproc docbook-xsl libpam-dev pkg-config
|
||||||
|
git clone https://github.com/Yubico/yubico-pam.git
|
||||||
|
git clone https://github.com/Yubico/yubico-c-client.git
|
||||||
|
cd yubico-c-client
|
||||||
|
autoreconf --install
|
||||||
|
cd ../yubico-pam
|
||||||
|
autoreconf --install
|
||||||
|
./configure
|
||||||
|
make
|
||||||
|
|||||||
Reference in New Issue
Block a user