Skip to content
This repository was archived by the owner on Dec 10, 2017. It is now read-only.

Commit 3464ef5

Browse files
authored
Merge pull request #14 from sgerrand/installation-docs-update
Update installation documentation
2 parents 50d29ba + a154a4c commit 3464ef5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ See the [releases page][releases] for the latest download links.
1111
## Installing
1212

1313
The current installation method for these packages is to pull them in using
14-
`wget` or `curl` and install the local file with the `--allow-untrusted` option
15-
to `apk`:
14+
`wget` or `curl` and install the local file with `apk`:
1615

17-
apk --no-cache add ca-certificates
18-
wget https://github.com/sgerrand/alpine-pkg-R/releases/download/3.2.5-r0/R-3.2.5-r0.apk
19-
apk --allow-untrusted add R-3.2.5-r0.apk
16+
apk --no-cache add ca-certificates wget
17+
wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://raw.githubusercontent.com/sgerrand/alpine-pkg-R/master/sgerrand.rsa.pub
18+
wget https://github.com/sgerrand/alpine-pkg-R/releases/download/3.3.1-r0/R-3.3.1-r0.apk
19+
apk add R-3.3.1-r0.apk
2020

2121
[r-project]: http://www.r-project.org/
2222
[releases]: https://github.com/sgerrand/alpine-pkg-R/releases/

0 commit comments

Comments
 (0)