Skip to content

Commit

Permalink
update script
Browse files Browse the repository at this point in the history
  • Loading branch information
Lozy committed Jan 18, 2017
1 parent c11c7bb commit 21210e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install_debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,8 @@ if [ ! -s /lib/security/pam_pwdfile.so ];then
download_file "source/libpam-pwdfile.zip" "libpam-pwdfile.zip"
if [ -f "libpam-pwdfile.zip" ];then
unzip libpam-pwdfile.zip
cd libpam-pwdfile-master && make && make install
cd libpam-pwdfile-master
make && make install
cd ../
fi
fi
Expand Down

0 comments on commit 21210e2

Please sign in to comment.