Skip to content
This repository was archived by the owner on Mar 1, 2025. It is now read-only.

Commit a33ce0a

Browse files
Merge pull request #132 from wslutilities/lts/master
wslu 3.2.0 Long Term Support
2 parents 248304b + c79a4c0 commit a33ce0a

32 files changed

+235
-155
lines changed

.github/workflows/pkgbuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
branches:
55
- develop
66
- dev/**
7-
- 3.x/**
7+
- lts/**
88
jobs:
99
debbuild:
1010
name: Debian

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@ clean:
6565
rm -rf $(OUTMANPATH)
6666

6767
test:
68-
extras/bats/libexec/bats tests/header.bats tests/wslsys.bats tests/wslusc.bats tests/wslupath.bats tests/wslvar.bats tests/wslfetch.bats tests/wslview.bats tests/wslact.bats
68+
extras/bats/bin/bats -r tests

README.eo.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,10 @@ Aro de rapidaj agoj por WSL, kiel repide surmeti ĉiujn Vindozajn diskingojn aŭ
6060

6161
### Alpine Linux
6262

63-
Oni povas instali `wslu` el **Alpine Linux community** per la jenaj komandoj:
63+
Oni povas instali `wslu` el **Alpine Linux 3.12+** per la jenaj komandoj:
6464

6565
```
66-
$ echo "@testing https://dl-cdn.alpinelinux.org/alpine/edge/community/" | sudo tee -a /etc/apk/repositories
67-
$ sudo apk update
68-
$ sudo apk add wslu@testing
66+
sudo apk add wslu
6967
```
7068

7169
### Arch Linux

README.hans.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,10 @@
5858

5959
### Alpine Linux
6060

61-
你可以用以下命令安装 `wslu`
61+
你可以用以下命令从 **Alpine Linux 3.12+** 安装 `wslu`
6262

6363
```
64-
$ echo "@testing https://dl-cdn.alpinelinux.org/alpine/edge/community/" | sudo tee -a /etc/apk/repositories
65-
$ sudo apk update
66-
$ sudo apk add wslu@testing
64+
sudo apk add wslu
6765
```
6866

6967
### Arch Linux

README.hant.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,10 @@
5959

6060
### Alpine Linux
6161

62-
你可以用以下指令安裝 `wslu`
62+
你可以用以下指令通過 **Alpine Linux 3.12+** 安裝 `wslu`
6363

6464
```
65-
$ echo "@testing https://dl-cdn.alpinelinux.org/alpine/edge/community/" | sudo tee -a /etc/apk/repositories
66-
$ sudo apk update
67-
$ sudo apk add wslu@testing
65+
sudo apk add wslu
6866
```
6967

7068
### Arch Linux

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,10 @@ A set of quick actions for WSL such as quickly mounting all drives or manually s
5858

5959
### Alpine Linux
6060

61-
You can install `wslu` from Alpine Linux community with the following command:
61+
You can install `wslu` on **Alpine Linux 3.12+** with the following command:
6262

6363
```
64-
$ echo "@testing https://dl-cdn.alpinelinux.org/alpine/edge/community/" | sudo tee -a /etc/apk/repositories
65-
$ sudo apk update
66-
$ sudo apk add wslu@testing
64+
sudo apk add wslu
6765
```
6866

6967
### Arch Linux

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.1.1-1
1+
3.2.0-1

docs/wslact.1

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Currently, we have two features available:
1313
.in +4n
1414
.nf
1515
\fBts, time-sync\fR \- Time Sync
16-
\fBsm, smart-mount\fR \- Smart Mounting
16+
\fBsm, auto-mount\fR \- Auto Mounting
1717
.fi
1818
.in
1919
.SH COMMANDS
@@ -31,11 +31,11 @@ OPTIONS
3131
print a simple help.
3232
.in
3333
.fi
34-
.SS "Smart Mounting"
35-
Smart Mounting (\fIsmart-mount\fR) feature allows you to mount all drives available on Windows to WSL. Requires sudo.
34+
.SS "Auto Mounting"
35+
Smart Mounting (\fIauto-mount\fR) feature allows you to mount all drives available on Windows to WSL. Requires sudo.
3636
.TP
3737
SYNOPSIS
38-
.B wslact smart-mount
38+
.B wslact auto-mount
3939
.RB [ \-h ]
4040
.TP
4141
OPTIONS
@@ -61,7 +61,8 @@ print current version.
6161
.SH AUTHOR
6262
Created by Patrick Wu <me@patrickwu.space>
6363
.SH REPORTING BUGS
64-
Report bugs to <https://github.com/wslutilities/wslu/issues>
64+
Report bugs to <https://github.com/wslutilities/wslu/issues>;
65+
For Ubuntu specific/related bugs, report to <https://bugs.launchpad.net/ubuntu/+source/wslu>.
6566
.SH COPYRIGHT
6667
This is free software; you can redistribute it and/or modify it under
6768
the terms of the GNU GPL version 3 or (at your option) any later

docs/wslfetch.1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ add a colorbar to the printed information.
2626
.SH AUTHOR
2727
Created by Patrick Wu <me@patrickwu.space>
2828
.SH REPORTING BUGS
29-
Report bugs to <https://github.com/wslutilities/wslu/issues>
29+
Report bugs to <https://github.com/wslutilities/wslu/issues>;
30+
For Ubuntu specific/related bugs, report to <https://bugs.launchpad.net/ubuntu/+source/wslu>.
3031
.SH COPYRIGHT
3132
This is free software; you can redistribute it and/or modify it under
3233
the terms of the GNU GPL version 3 or (at your option) any later

docs/wslsys.1

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
- Component of Windows 10 Linux Subsystem Utility
55
.SH SYNOSIS
66
.B wslsys
7-
.RB [ \-IbBFUWRKPSlt ]
7+
.RB [ \-VIbBFUWRKPSlt ]
88
.RB [ \-s ]
99
.PP
1010
.B wslsys
@@ -77,7 +77,8 @@ For example, \fB"light"\fR.
7777
.SH AUTHOR
7878
Created by Patrick Wu <me@patrickwu.space>
7979
.SH REPORTING BUGS
80-
Report bugs to <https://github.com/wslutilities/wslu/issues>
80+
Report bugs to <https://github.com/wslutilities/wslu/issues>;
81+
For Ubuntu specific/related bugs, report to <https://bugs.launchpad.net/ubuntu/+source/wslu>.
8182
.SH COPYRIGHT
8283
This is free software; you can redistribute it and/or modify it under
8384
the terms of the GNU GPL version 3 or (at your option) any later

0 commit comments

Comments
 (0)