From f1e550b374dd19b52e51dd9ef0b87b70be194b2c Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 4 Jun 2024 13:35:27 -0700 Subject: [PATCH] Not needed --- 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 19951cd..8d6a0d7 100644 --- a/install/app-typora.sh +++ b/install/app-typora.sh @@ -1,7 +1,7 @@ if ! command -v typora &>/dev/null; then wget -qO - https://typoraio.cn/linux/public-key.asc | sudo tee /etc/apt/trusted.gpg.d/typora.asc sudo add-apt-repository 'deb https://typora.io/linux ./' - sudo apt-get update -y + sudo apt-get update sudo apt-get install -y typora # Add iA Typora theme