Skip to content

Commit 1fdf6f4

Browse files
committed
Updated PPA installer script
1 parent ba96d7c commit 1fdf6f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install-ppa.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ echo "Importing key from keyserver and exporting in APT-compatible format…"
4545

4646
echo "Downloading PPA key directly from Launchpad…"
4747

48-
curl -fsSL "https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x${FPR}" \
48+
curl -fsSL "https://launchpad.net/~${USERNAME}/+archive/ubuntu/${REPO}/+files/${REPO}-ppa-key.asc" \
4949
| gpg --dearmor | sudo tee "$KRFILE" >/dev/null
5050

5151
sudo chmod 644 "$KRFILE"

0 commit comments

Comments
 (0)