Skip to content

Commit

Permalink
Fix crt.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
L1ghtn1ng committed Jul 31, 2019
1 parent 1e7defa commit b7c8c67
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion parsers/parse-certificates.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python
# This script works under py3 as well
import sys
import requests
Expand Down
6 changes: 6 additions & 0 deletions update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,12 @@ else
echo
fi

if [ ! -f /usr/lib/python2.7/dist-packages/texttable.py ];
echo -e "${BLUE}Installing Texttable.${NC}"
apt-get install -y python-texttable
fi


if [ -d /opt/unicorn/.git ]; then
echo -e "${BLUE}Updating unicorn.${NC}"
cd /opt/unicorn/ ; git pull
Expand Down

0 comments on commit b7c8c67

Please sign in to comment.