Skip to content

Commit 74c4df0

Browse files
committed
bugfix: local signing in arch package fixed
1 parent 634b42e commit 74c4df0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ FONTS_FILE=https://github.com/GDGVIT/HandWriter/raw/master/assets/roboto.zip
1313
if [ "$OS" = "arch" ]
1414
then
1515
echo "Installing the HandWriter package"
16-
curl -O https://fbs.sh/DSC-VIT/HandWriter/public-key.gpg && sudo pacman-key --add public-key.gpg && sudo pacman-key --lsign-key 29D5FDA07C763B56745B9E598AC59FA1ADE43023 && rm public-key.gpg
17-
16+
curl -O https://fbs.sh/DSC-VIT/HandWriter/public-key.gpg && sudo pacman-key --add public-key.gpg && sudo pacman-key --lsign-key B3462FDA0DF0DB4C20B79E73CADD865FF9A9F9BA && rm public-key.gpg
17+
1818
echo -e '\n[HandWriter]\nServer = https://fbs.sh/DSC-VIT/HandWriter/arch' | sudo tee -a /etc/pacman.conf
1919
sudo pacman -Syu handwriter
2020

0 commit comments

Comments
 (0)