Compare commits

...

1 Commits

Author SHA1 Message Date
aby913
6ef00424a2 feat(installer): support data backup, restore in olares-cli 2025-03-12 21:45:12 +08:00

View File

@@ -74,7 +74,7 @@ if [ -z ${cdn_url} ]; then
cdn_url="https://dc3p1870nn3cj.cloudfront.net"
fi
CLI_VERSION="0.2.17"
CLI_VERSION="0.2.18"
CLI_FILE="olares-cli-v${CLI_VERSION}_linux_${ARCH}.tar.gz"
if [[ x"$os_type" == x"Darwin" ]]; then
CLI_FILE="olares-cli-v${CLI_VERSION}_darwin_${ARCH}.tar.gz"