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 401b428 commit 4cd5d65Copy full SHA for 4cd5d65
.github/workflows/fetchRss.yml
@@ -320,8 +320,8 @@ jobs:
320
counter=0
321
while true; do
322
counter=$((counter+1))
323
- echo "8.3 - 嘗試安裝 python3 python3-pip redis-server 次數: $counter"
324
- if sudo apt install python3 python3-pip redis-server -y; then
+ echo "8.3 - 嘗試安裝 python3 python3-pip valkey 次數: $counter"
+ if sudo apt install python3 python3-pip valkey -y; then
325
break
326
fi
327
sleep 1
0 commit comments