Skip to content

Commit b3aafc3

Browse files
committed
[UPD] Readme and buildiso
1 parent c0b672c commit b3aafc3

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,21 +124,22 @@ OR
124124
## Build ( Manually )
125125
### Setup Keys
126126
```bash
127-
# https://github.com/Akash6222
127+
# Akash6222
128128
sudo pacman-key --keyserver keyserver.ubuntu.com -r 280178FA27665D44
129129
sudo pacman-key --lsign-key 280178FA27665D44
130130

131-
# https://github.com/Rishabh672003
131+
# Rishabh672003
132132
sudo pacman-key --keyserver keyserver.ubuntu.com -r 421FFABA41F36DA5
133133
sudo pacman-key --lsign-key 421FFABA41F36DA5
134134

135-
# https://github.com/0xAtharv
135+
# 0xAtharv
136136
sudo pacman-key --keyserver keyserver.ubuntu.com -r 02F660CD5FA77EBB
137137
sudo pacman-key --lsign-key 02F660CD5FA77EBB
138138

139-
# https://github.com/harshau007
139+
# harshau007
140140
sudo pacman-key --keyserver keyserver.ubuntu.com -r BF4E1E687DD0A534
141141
sudo pacman-key --lsign-key BF4E1E687DD0A534
142+
142143
```
143144
### Build ISO
144145
```bash

buildiso

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@ echo "Installing archsio"
44
sudo pacman -S archiso --needed
55

66
echo "Setting up Keyring"
7-
# Akash Dubey (Shut in arch linux guy)
7+
# Akash6222
88
sudo pacman-key --keyserver keyserver.ubuntu.com -r 280178FA27665D44
99
sudo pacman-key --lsign-key 280178FA27665D44
1010

11-
# Rishabh Jha (Neovim lober)
11+
# Rishabh672003
1212
sudo pacman-key --keyserver keyserver.ubuntu.com -r 421FFABA41F36DA5
1313
sudo pacman-key --lsign-key 421FFABA41F36DA5
1414

15-
# Atharva Vartak (Technical head)
15+
# 0xAtharv
1616
sudo pacman-key --keyserver keyserver.ubuntu.com -r 02F660CD5FA77EBB
1717
sudo pacman-key --lsign-key 02F660CD5FA77EBB
1818

19-
# Harsh Upadhyay (kya likhu?)
19+
# harshau007
2020
sudo pacman-key --keyserver keyserver.ubuntu.com -r BF4E1E687DD0A534
2121
sudo pacman-key --lsign-key BF4E1E687DD0A534
2222

@@ -29,16 +29,16 @@ read answer
2929

3030
if [ "$answer" == "y" ] || [ "$answer" == "yes" ]; then
3131
echo "Removing tcet-linux-keyring."
32-
# Akash Dubey (Shut in arch linux guy)
32+
# Akash6222
3333
sudo pacman-key --delete 280178FA27665D44
3434

35-
# Rishabh Jha (Neovim lober)
35+
# Rishabh672003
3636
sudo pacman-key --delete 421FFABA41F36DA5
3737

38-
# Atharva Vartak (Technical head)
38+
# 0xAtharv
3939
sudo pacman-key --delete 02F660CD5FA77EBB
4040

41-
# Harsh Upadhyay (kya likhu?)
41+
# harshau007
4242
sudo pacman-key --delete BF4E1E687DD0A534
4343
elif [ "$answer" == "n" ] || [ "$answer" == "no" ]; then
4444
echo "tcet-linux-keyring present in your system."

0 commit comments

Comments
 (0)