Skip to content

Commit a5a7ce9

Browse files
authored
feat(installer): check systemd-resolved and config resolv.conf (#857)
1 parent 9afb81a commit a5a7ce9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/installer/install.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ if (-Not (Test-Path $CLI_PROGRAM_PATH)) {
5050
New-Item -Path $CLI_PROGRAM_PATH -ItemType Directory
5151
}
5252

53-
$CLI_VERSION = "0.1.100"
53+
$CLI_VERSION = "0.1.101"
5454
$CLI_FILE = "olares-cli-v{0}_windows_{1}.tar.gz" -f $CLI_VERSION, $arch
5555
$CLI_URL = "{0}/{1}" -f $downloadUrl, $CLI_FILE
5656
$CLI_PATH = "{0}{1}" -f $CLI_PROGRAM_PATH, $CLI_FILE

build/installer/install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ if [ -z ${cdn_url} ]; then
7474
cdn_url="https://dc3p1870nn3cj.cloudfront.net"
7575
fi
7676

77-
CLI_VERSION="0.1.100"
77+
CLI_VERSION="0.1.101"
7878
CLI_FILE="olares-cli-v${CLI_VERSION}_linux_${ARCH}.tar.gz"
7979
if [[ x"$os_type" == x"Darwin" ]]; then
8080
CLI_FILE="olares-cli-v${CLI_VERSION}_darwin_${ARCH}.tar.gz"

0 commit comments

Comments
 (0)