Skip to content

Commit f7e067f

Browse files
committed
test
1 parent b904fad commit f7e067f

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

docker/scripts/install_king.sh

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,13 @@ set -euo pipefail
33

44
# king
55
VERSION="232"
6-
wget --debug --no-check-certificate --user-agent="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/83.0.4103.61 Chrome/83.0.4103.61 Safari/537.36" https://www.kingrelatedness.com/executables/Linux-king$VERSION.tar.gz && \
6+
wget --debug --no-check-certificate \
7+
-nv --https-only --retry-connrefused --waitretry=2 --tries=5 --timeout=30 \
8+
--user-agent="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/83.0.4103.61 Chrome/83.0.4103.61 Safari/537.36" \
9+
https://www.kingrelatedness.com/executables/Linux-king$VERSION.tar.gz && \
710
tar -xvzf Linux-king$VERSION.tar.gz && \
811
rm -rf Linux-king$VERSION.tar.gz
912

10-
cp king /bin
13+
cp king /bin
1114

1215
rm -rf *

0 commit comments

Comments
 (0)