From 20b9de8a91b7770b54b41c8934d59a8c679b93ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=AD=E4=B9=9D=E9=BC=8E?= <109224573@qq.com> Date: Sun, 28 Jun 2020 12:01:19 +0800 Subject: [PATCH] Readme: use https for alpine src (#131) * wslusc: multiple bug fixes - fixes #129 - fixes a possible white space path issue - When TMP is empty, try TEMP * Revert "wslusc: multiple bug fixes" This reverts commit d5fcd9e8529125952826e313af7fd9fedf1b9b8d. * Readme: use https for alpine src * Update README.hans.md * Update README.hant.md * Update README.eo.md Co-authored-by: Jinming Wu, Patrick --- README.eo.md | 2 +- README.hans.md | 2 +- README.hant.md | 2 +- README.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.eo.md b/README.eo.md index 8a5d2c30..50720314 100644 --- a/README.eo.md +++ b/README.eo.md @@ -63,7 +63,7 @@ Aro de rapidaj agoj por WSL, kiel repide surmeti ĉiujn Vindozajn diskingojn aŭ Oni povas instali `wslu` el **Alpine Linux community** per la jenaj komandoj: ``` -$ echo "@testing http://dl-cdn.alpinelinux.org/alpine/edge/community/" | sudo tee -a /etc/apk/repositories +$ echo "@testing https://dl-cdn.alpinelinux.org/alpine/edge/community/" | sudo tee -a /etc/apk/repositories $ sudo apk update $ sudo apk add wslu@testing ``` diff --git a/README.hans.md b/README.hans.md index 470a3d71..a873b22a 100644 --- a/README.hans.md +++ b/README.hans.md @@ -61,7 +61,7 @@ 你可以用以下命令安装 `wslu`: ``` -$ echo "@testing http://dl-cdn.alpinelinux.org/alpine/edge/community/" | sudo tee -a /etc/apk/repositories +$ echo "@testing https://dl-cdn.alpinelinux.org/alpine/edge/community/" | sudo tee -a /etc/apk/repositories $ sudo apk update $ sudo apk add wslu@testing ``` diff --git a/README.hant.md b/README.hant.md index aa75b3f8..67b84cc2 100644 --- a/README.hant.md +++ b/README.hant.md @@ -62,7 +62,7 @@ 你可以用以下指令安裝 `wslu`: ``` -$ echo "@testing http://dl-cdn.alpinelinux.org/alpine/edge/community/" | sudo tee -a /etc/apk/repositories +$ echo "@testing https://dl-cdn.alpinelinux.org/alpine/edge/community/" | sudo tee -a /etc/apk/repositories $ sudo apk update $ sudo apk add wslu@testing ``` diff --git a/README.md b/README.md index 9ad52d96..10d23495 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ A set of quick actions for WSL such as quickly mounting all drives or manually s You can install `wslu` from Alpine Linux community with the following command: ``` -$ echo "@testing http://dl-cdn.alpinelinux.org/alpine/edge/community/" | sudo tee -a /etc/apk/repositories +$ echo "@testing https://dl-cdn.alpinelinux.org/alpine/edge/community/" | sudo tee -a /etc/apk/repositories $ sudo apk update $ sudo apk add wslu@testing ```