mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 13:19:07 -07:00
Add ptf to install_tool.
This commit is contained in:
@@ -213,6 +213,10 @@ case ${TOOL} in
|
||||
chmod +x ${DESTDIR}/apktool
|
||||
add_bin_symlink apktool
|
||||
;;
|
||||
ptf)
|
||||
src="https://github.com/trustedsec/ptf.git"
|
||||
git clone ${src} ${DESTDIR}
|
||||
;;
|
||||
*)
|
||||
echo "Unknown tool: ${TOOL}" >/dev/stderr
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user