mirror of
https://github.com/wcbing/wcbing-apt-repo.git
synced 2025-12-28 18:18:31 +08:00
fix: remove $0d from the end of the link
This commit is contained in:
parent
d7ec662eee
commit
166a32c383
@ -1,4 +1,4 @@
|
|||||||
X64_URL=$(curl -sI "https://dida365.com/static/getApp/download?type=linux_deb_x64" | grep location | cut -d ' ' -f 2)
|
X64_URL=$(curl -sI "https://dida365.com/static/getApp/download?type=linux_deb_x64" | grep location | cut -d ' ' -f 2 | tr -d '\r')
|
||||||
# arm64 https://dida365.com/static/getApp/download?type=linux_deb_arm64
|
# arm64 https://dida365.com/static/getApp/download?type=linux_deb_arm64
|
||||||
|
|
||||||
# https://cdn.dida365.cn/download/linux/linux_deb_x64/dida-6.0.0-amd64.deb
|
# https://cdn.dida365.cn/download/linux/linux_deb_x64/dida-6.0.0-amd64.deb
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user