Skip to content

Commit

Permalink
Readme: use https for alpine src (#131)
Browse files Browse the repository at this point in the history
* 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 d5fcd9e.

* Readme: use https for alpine src

* Update README.hans.md

* Update README.hant.md

* Update README.eo.md

Co-authored-by: Jinming Wu, Patrick <me@patrickwu.space>
  • Loading branch information
imba-tjd and patrick330602 committed Jun 28, 2020
1 parent aa96398 commit 20b9de8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.eo.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
2 changes: 1 addition & 1 deletion README.hans.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
2 changes: 1 addition & 1 deletion README.hant.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 20b9de8

Please sign in to comment.