Skip to content

Commit

Permalink
[UPD] Readme and buildiso
Browse files Browse the repository at this point in the history
  • Loading branch information
Akash6222 committed Oct 15, 2023
1 parent c0b672c commit b3aafc3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
16 changes: 8 additions & 8 deletions buildiso
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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."
Expand Down

0 comments on commit b3aafc3

Please sign in to comment.