Advertisement
muhviehstarr

testssl.sh-git.install

Jan 31st, 2018
349
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. #newest dev need some files
  2. post_install(){
  3. echo -e "****************************************************************************"
  4. echo -e "* *"
  5. echo -e "* *"
  6. echo -e "* please add export TESTSSL_INSTALL_DIR=/etc/testssl.sh to your .bashrc *"
  7. echo -e "* this is done for root by the /etc/testssl.sh/bashrc.sh script *"
  8. echo -e "* user bashrc.sh to add this for the current user *"
  9. echo -e "* use as root like sudo -u USERNAME /etc/testssl.sh/bashrc.sh *"
  10. echo -e "* or execute directly with the user *"
  11. echo -e "* *"
  12. echo -e "* *"
  13. echo -e "****************************************************************************"
  14. etc/testssl.sh/bashrc.sh
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement