Merge pull request #10 from alex88/patch-1

Use typora.io gpg key
This commit is contained in:
David Heinemeier Hansson 2024-06-06 08:34:30 -07:00 committed by GitHub
commit 5b5c133436
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 add-apt-repository 'deb https://typora.io/linux ./'
sudo apt update sudo apt update
sudo apt install -y typora sudo apt install -y typora