Skip to content

Commit 4cd5d65

Browse files
authored
Update fetchRss.yml
1 parent 401b428 commit 4cd5d65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/fetchRss.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,8 +320,8 @@ jobs:
320320
counter=0
321321
while true; do
322322
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
323+
echo "8.3 - 嘗試安裝 python3 python3-pip valkey 次數: $counter"
324+
if sudo apt install python3 python3-pip valkey -y; then
325325
break
326326
fi
327327
sleep 1

0 commit comments

Comments
 (0)