mirror of
https://github.com/Matir/skel.git
synced 2026-05-26 13:35:42 -07:00
Update install_tool for john configs.
This commit is contained in:
@@ -58,6 +58,9 @@ case ${TOOL} in
|
||||
./configure && make -sj2
|
||||
cp -r ${jtemp}/john/run/* ${DESTDIR}
|
||||
rm -rf ${jtemp}
|
||||
# Persistent files
|
||||
mkdir -p ${HOME}/.john
|
||||
ln -sf ${HOME}/.john/* ${DESTDIR}
|
||||
;;
|
||||
*)
|
||||
echo "Unknown tool: ${TOOL}" >/dev/stderr
|
||||
|
||||
Reference in New Issue
Block a user