Skip to content

Commit

Permalink
Merge pull request #143 from monlor/test
Browse files Browse the repository at this point in the history
fix: 🐛 修复夸克网盘更新cookie丢失
  • Loading branch information
monlor authored Jun 20, 2024
2 parents 4e7b842 + aa0bb8b commit 3a7b0d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ fi
echo
echo "登陆夸克网盘,浏览器F12,点击network,随便点一个请求,找到里面的Cookie值"
read -rp "请输入夸克网盘Cookie值(默认为$quark_cookie): " res
quark_cookie=${res:=quark_cookie}
quark_cookie=${res:=$quark_cookie}

# 选择部署服务类型,alist + emby (默认), alist, alist + jellyfin, alist + emby + jellyfin
echo
Expand Down

0 comments on commit 3a7b0d0

Please sign in to comment.