Update printf

This commit is contained in:
d3vyce 2023-02-11 05:37:31 -05:00
parent 4a722df494
commit 306f0b01ca

View File

@ -81,7 +81,7 @@ software() {
if ! command -v go &> /dev/null
then
printf ${RED}"[x] Missing Go, skipping install of Fuff...\n"
printf ${RED}"[x] Missing Go, skipping install of Fuff, Chisel and Nuclei...\n"
else
if ! command -v ffuf &> /dev/null
then