From b3aafc3b32d6ba82e16537917c19a290b7a8d753 Mon Sep 17 00:00:00 2001 From: Akash6222 Date: Mon, 16 Oct 2023 01:13:49 +0530 Subject: [PATCH] [UPD] Readme and buildiso --- README.md | 9 +++++---- buildiso | 16 ++++++++-------- 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index bfe885b..72c1d9a 100644 --- a/README.md +++ b/README.md @@ -124,21 +124,22 @@ OR ## Build ( Manually ) ### Setup Keys ```bash -# https://github.com/Akash6222 +# Akash6222 sudo pacman-key --keyserver keyserver.ubuntu.com -r 280178FA27665D44 sudo pacman-key --lsign-key 280178FA27665D44 -# https://github.com/Rishabh672003 +# Rishabh672003 sudo pacman-key --keyserver keyserver.ubuntu.com -r 421FFABA41F36DA5 sudo pacman-key --lsign-key 421FFABA41F36DA5 -# https://github.com/0xAtharv +# 0xAtharv sudo pacman-key --keyserver keyserver.ubuntu.com -r 02F660CD5FA77EBB sudo pacman-key --lsign-key 02F660CD5FA77EBB -# https://github.com/harshau007 +# harshau007 sudo pacman-key --keyserver keyserver.ubuntu.com -r BF4E1E687DD0A534 sudo pacman-key --lsign-key BF4E1E687DD0A534 + ``` ### Build ISO ```bash diff --git a/buildiso b/buildiso index a89bb94..6d6885c 100755 --- a/buildiso +++ b/buildiso @@ -4,19 +4,19 @@ echo "Installing archsio" sudo pacman -S archiso --needed echo "Setting up Keyring" -# Akash Dubey (Shut in arch linux guy) +# Akash6222 sudo pacman-key --keyserver keyserver.ubuntu.com -r 280178FA27665D44 sudo pacman-key --lsign-key 280178FA27665D44 -# Rishabh Jha (Neovim lober) +# Rishabh672003 sudo pacman-key --keyserver keyserver.ubuntu.com -r 421FFABA41F36DA5 sudo pacman-key --lsign-key 421FFABA41F36DA5 -# Atharva Vartak (Technical head) +# 0xAtharv sudo pacman-key --keyserver keyserver.ubuntu.com -r 02F660CD5FA77EBB sudo pacman-key --lsign-key 02F660CD5FA77EBB -# Harsh Upadhyay (kya likhu?) +# harshau007 sudo pacman-key --keyserver keyserver.ubuntu.com -r BF4E1E687DD0A534 sudo pacman-key --lsign-key BF4E1E687DD0A534 @@ -29,16 +29,16 @@ read answer if [ "$answer" == "y" ] || [ "$answer" == "yes" ]; then echo "Removing tcet-linux-keyring." - # Akash Dubey (Shut in arch linux guy) + # Akash6222 sudo pacman-key --delete 280178FA27665D44 - # Rishabh Jha (Neovim lober) + # Rishabh672003 sudo pacman-key --delete 421FFABA41F36DA5 - # Atharva Vartak (Technical head) + # 0xAtharv sudo pacman-key --delete 02F660CD5FA77EBB - # Harsh Upadhyay (kya likhu?) + # harshau007 sudo pacman-key --delete BF4E1E687DD0A534 elif [ "$answer" == "n" ] || [ "$answer" == "no" ]; then echo "tcet-linux-keyring present in your system."