File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,15 +15,15 @@ if [ "$DOWNLOAD_TALKER" = true ] ; then
15
15
16
16
sudo mkdir -p /root/talker
17
17
cd /root/talker
18
- curl -sfL https://github.com/weka-io/talker/raw/" $git_version " /talker_agent/talker-service > talker-service
19
- curl -sfL https://github.com/weka-io/talker/raw/" $git_version " /talker_agent/talker.py > talker.py
18
+ curl -fL https://github.com/weka-io/talker/raw/" $git_version " /talker_agent/talker-service > talker-service
19
+ curl -fL https://github.com/weka-io/talker/raw/" $git_version " /talker_agent/talker.py > talker.py
20
20
chmod +x talker.py
21
21
fi
22
22
23
23
echo " $TALKER_AGENT_VERSION " > version
24
24
25
25
# Add redis py dependency
26
26
REDIS_COMMIT_ID=ad84781ea260be0a1ca4bf6768959b50e8835a6b
27
- curl -sfL https://github.com/weka-io/redis-py/archive/" $REDIS_COMMIT_ID " .tar.gz | tar -xz
27
+ curl -fL https://github.com/weka-io/redis-py/archive/" $REDIS_COMMIT_ID " .tar.gz | tar -xz
28
28
mv redis-py-" $REDIS_COMMIT_ID " /redis .
29
29
rm -rf redis-py-" $REDIS_COMMIT_ID "
You can’t perform that action at this time.
0 commit comments