From 84b254a1b439749f65e74481d41a2033997ce27b Mon Sep 17 00:00:00 2001 From: "N. Hien Tran" <64760013+imcase@users.noreply.github.com> Date: Tue, 23 Apr 2024 12:09:50 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4706a65..4586c11 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,6 @@ After adding or updating files, run opy **updateppa.sh** with the FOLDER_PATH to To add your PPA (or re-add the Tibbo PPA), you can run the following commands after replacing the URLs with those of your archive: ```shell curl -s --compressed "https://tibbotech.github.io/ltpp3g2_ppa/ppa/KEY.gpg" | sudo apt-key add - -sudo curl -s --compressed -o /etc/apt/sources.list.d/my_list_file.list "https://tibbotech.github.io/ltpp3g2_ppa/ppa/my_list_file.list" -sudo apt update +sudo curl -sL -o /etc/apt/sources.list.d/my_list_file.list https://raw.githubusercontent.com/tibbotech/ltpp3g2_ppa/main/u0_6_0/my_list_file.list +sudo apt update -y ```