Update pimpmykali.sh
This commit is contained in:
parent
6206f84462
commit
dad0fbe77f
|
|
@ -166,10 +166,11 @@ pimpmykali_menu () {
|
||||||
}
|
}
|
||||||
|
|
||||||
pimpmykali_help () {
|
pimpmykali_help () {
|
||||||
# do not edit this echo statement, spacing has been fixed and is correct for display terminal
|
echo -e "\n valid command line arguements are : \n \n --all run all operations \n"\
|
||||||
echo -e "\n valid command line arguements are : \n \n --all run all operations \n --smb only run smb.conf fix \n --go only fix golang \
|
"--smb only run smb.conf fix \n --go only fix golang"\
|
||||||
\n --impacket only fix impacket \n --grub only add mitigations=off \n --root enable root login \n --missing install missing \
|
"\n --impacket only fix impacket \n --grub only add mitigations=off"\
|
||||||
\n --menu its the menu \n --help you are here"
|
"\n --root enable root login \n --missing install missing" \
|
||||||
|
"\n --menu its the menu \n --help you are here"
|
||||||
exit
|
exit
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue