We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 634b42e commit 74c4df0Copy full SHA for 74c4df0
install.sh
@@ -13,8 +13,8 @@ FONTS_FILE=https://github.com/GDGVIT/HandWriter/raw/master/assets/roboto.zip
13
if [ "$OS" = "arch" ]
14
then
15
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
-
+ 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
+
18
echo -e '\n[HandWriter]\nServer = https://fbs.sh/DSC-VIT/HandWriter/arch' | sudo tee -a /etc/pacman.conf
19
sudo pacman -Syu handwriter
20
0 commit comments