Skip to content

Commit 86170ca

Browse files
committed
Update install.sh
1 parent 1467c5e commit 86170ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,12 @@ source ~/.bashrc
1515
# Download zip
1616
mkdir $DEST -p && cd $DEST
1717
wget https://github.com/immisterio/jacred-fdb/releases/latest/download/publish.zip
18-
unzip -o publish.zip
18+
unzip -oq publish.zip
1919
rm -f publish.zip
2020

2121
# Download database
2222
wget http://redb.cfhttp.top/latest.zip
23+
echo "Unpacking the database"
2324
unzip -oq latest.zip
2425
rm -f latest.zip
2526

0 commit comments

Comments
 (0)