Update Mon Mar 22 11:14:33 AM CDT 2021

This commit is contained in:
Dewalt 2021-03-22 11:14:33 -05:00
parent 605c0620ff
commit df35b7fead
1 changed files with 6 additions and 6 deletions

View File

@ -148,7 +148,7 @@ fix_missing () {
fix_all () { fix_all () {
fix_missing $force fix_missing $force
seclists $force # seclists $force
install_atom install_atom
fix_flameshot $force fix_flameshot $force
fix_grub fix_grub
@ -284,11 +284,11 @@ python3_pip () {
fix_section $section $check $force fix_section $section $check $force
} }
seclists () { #seclists () {
section="seclists" # section="seclists"
check=$(whereis seclists | grep -i -c "seclists: /usr/bin/seclists /usr/share/seclists") # check=$(whereis seclists | grep -i -c "seclists: /usr/bin/seclists /usr/share/seclists")
fix_section $section $check $force # fix_section $section $check $force
} # }
fix_nmap () { fix_nmap () {
rm -f /usr/share/nmap/scripts/clamav-exec.nse rm -f /usr/share/nmap/scripts/clamav-exec.nse