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

Commit e89fa36

Browse files
authored
Merge pull request #16 from sgerrand/fix-ssh-key-location-for-releases
Fix public key URL
2 parents 3464ef5 + 9da1c9b commit e89fa36

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The current installation method for these packages is to pull them in using
1414
`wget` or `curl` and install the local file with `apk`:
1515

1616
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
17+
wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://github.com/sgerrand/alpine-pkg-R/releases/download/3.3.1-r0/sgerrand.rsa.pub
1818
wget https://github.com/sgerrand/alpine-pkg-R/releases/download/3.3.1-r0/R-3.3.1-r0.apk
1919
apk add R-3.3.1-r0.apk
2020

circle.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ general:
33
- packages
44

55
machine:
6+
pre:
7+
- sudo mv /usr/local/go /usr/local/go-1.6.2
8+
- wget -q -O /tmp/go1.7.3.tgz https://storage.googleapis.com/golang/go1.7.3.linux-amd64.tar.gz
9+
- sudo tar -xzf /tmp/go1.7.3.tgz -C /usr/local
610
services:
711
- docker
812

0 commit comments

Comments
 (0)