Skip to content

Commit 0477dc0

Browse files
committed
🐛 Fix alias tools in .bashrc
1 parent 7fc7658 commit 0477dc0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install-osint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,4 +120,4 @@ banner="
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'='\"\"\"$banner\"\"\"'" >> ~/.bashrc

0 commit comments

Comments
 (0)