Skip to content

Commit a077818

Browse files
authored
Fix URL of public key
1 parent b67ee1e commit a077818

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

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

2020
apk --no-cache add ca-certificates wget
21-
wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/sgerrand/alpine-pkg-php5-imagick/master/sgerrand.rsa.pub
21+
wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub
2222
wget https://github.com/sgerrand/alpine-pkg-php5-imagick/releases/download/3.4.4-r0/php5-imagick-3.4.3-r0.apk
2323
apk add php5-imagick-3.4.4-r0.apk
2424

0 commit comments

Comments
 (0)