We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1467c5e commit 86170caCopy full SHA for 86170ca
install.sh
@@ -15,11 +15,12 @@ source ~/.bashrc
15
# Download zip
16
mkdir $DEST -p && cd $DEST
17
wget https://github.com/immisterio/jacred-fdb/releases/latest/download/publish.zip
18
-unzip -o publish.zip
+unzip -oq publish.zip
19
rm -f publish.zip
20
21
# Download database
22
wget http://redb.cfhttp.top/latest.zip
23
+echo "Unpacking the database"
24
unzip -oq latest.zip
25
rm -f latest.zip
26
0 commit comments