Skip to content

Commit

Permalink
Fix URL of public key
Browse files Browse the repository at this point in the history
  • Loading branch information
sgerrand committed Jun 21, 2020
1 parent b67ee1e commit a077818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The current installation method for these packages is to pull them in using
`wget` or `curl` and install the local file with `apk`:

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

Expand Down

0 comments on commit a077818

Please sign in to comment.