Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

Commit

Permalink
update version 11.1.0.9505
Browse files Browse the repository at this point in the history
  • Loading branch information
marguerite committed Apr 21, 2020
1 parent 7fd240d commit 3b1367b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,18 @@ WPS Office Installer for openSUSE

Build:

cd wps-office-installer
export GO111MODULE=on
go build wps.go
go build

Installation:

On openSUSE, wps-installer will be installed to /var/adm/update-scripts.
On openSUSE, wps-office-installer will be installed to /var/adm/update-scripts.

On other linux, `mv wps /usr/bin/wps-installer`.
On other linux, copy the wps-office-installer to /usr/bin and wps.yaml to /etc/wps-office/

`wps-installer -install=false -ghost -dir=<dir>` will generate directories and ghost files files used by openSUSE RPM Specfile.
`wps-office-installer -install=false -ghost -dir=<dir>` will generate directories and ghost files files used by openSUSE RPM Specfile.

`wps-installer -install=false -dep -dir=<dir>` will generate wps-office's runtime dependencies used by openSUSE RPM Specfile.
`wps-office-installer -install=false -dep -dir=<dir>` will generate wps-office's runtime dependencies used by openSUSE RPM Specfile.

You can adjust wps-office version in wps.yaml and run wps-installer to install newer releases anytime.
`sudo wps-office-installer` will install the wps-office version specified in /etc/wps-office/wps.yaml.
4 changes: 2 additions & 2 deletions wps.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: wps-office
version: 11.1.0.9126-1
version: 11.1.0.9505-1
alpha:
architecture: x86_64
url: https://wdl1.cache.wps.cn/wps/download/ep/Linux2019/9126
url: https://wdl1.cache.wps.cn/wps/download/ep/Linux2019/9505

0 comments on commit 3b1367b

Please sign in to comment.