Skip to content

Commit 98fab73

Browse files
committed
🎉 Fix alias name and parameters
1 parent f4ab717 commit 98fab73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install-osint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,10 @@ banner="
114114
\t$bwhite Datasploit$end: A tool to perform various OSINT techniques
115115
\t$bwhite Cloudfail$end: Utilize misconfigured DNS and old database records to find hidden IP\'s behind the CloudFlare network
116116
117-
\ttype: 'tool' to show this message
117+
\ttype: 'tools' to show this message
118118
"
119119

120120
# bashrc
121121
_run 'wget https://raw.githubusercontent.com/vault-cyber-security/vault-bash/master/.bashrc -O .bashrc'
122122
cat .bashrc >> ~/.bashrc
123-
echo -e "printf \"\"\"$banner\"\"\";alias 'tools'='\"\"\"$banner\"\"\"'" >> ~/.bashrc
123+
echo -e "printf \"\"\"$banner\"\"\";alias tools='echo \"\"\"$banner\"\"\"'" >> ~/.bashrc

0 commit comments

Comments
 (0)