Skip to content

Commit

Permalink
Update vasuki_install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
cyb3rzest authored Mar 9, 2023
1 parent eb5503e commit ab5b8e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vasuki_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -190,12 +190,12 @@ githubd(){
echo -e "${RED}FAILED, TRY INSTALLING KXSS MANUALLY${NORMAL}"
fi

echo -e "\n- Installing kxss"
echo -e "\n- Installing Gxss"
go install github.com/KathanP19/Gxss@latestt > /dev/null 2>&1
if [ -f ~/go/bin/Gxss ]; then
echo -e "${GR}SUCCESS${NORMAL}"
else
echo -e "${RED}FAILED, TRY INSTALLING KXSS MANUALLY${NORMAL}"
echo -e "${RED}FAILED, TRY INSTALLING GXSS MANUALLY${NORMAL}"
fi

echo -e "\n- Installing qsreplace"
Expand Down

0 comments on commit ab5b8e1

Please sign in to comment.