From 3619ad5c975a7799677c4120532dff84df988cba Mon Sep 17 00:00:00 2001 From: Alessandro Tagliapietra Date: Wed, 5 Jun 2024 22:16:45 -0700 Subject: [PATCH] Use typora.io gpg key typoraio.cn hangs for me, the deb repo is using typora.io anyway and the typora.io website uses that domain as the one hosting the gpg key --- install/app-typora.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/app-typora.sh b/install/app-typora.sh index 8dade82..ed9777e 100644 --- a/install/app-typora.sh +++ b/install/app-typora.sh @@ -1,4 +1,4 @@ -wget -qO - https://typoraio.cn/linux/public-key.asc | sudo tee /etc/apt/trusted.gpg.d/typora.asc +wget -qO - https://typora.io/linux/public-key.asc | sudo tee /etc/apt/trusted.gpg.d/typora.asc sudo add-apt-repository 'deb https://typora.io/linux ./' sudo apt update sudo apt install -y typora