Skip to content

Commit 87458c0

Browse files
committed
Add the asahi-alarm x86_64 repo
We don't need it, but let's keep it in the git history ;)
1 parent 34a14df commit 87458c0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Configs/Arch.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,11 @@
190190
"pacman --noconfirm -Syu",
191191
"pacman --noconfirm -S perl",
192192
"perl -0777 -pi -e 's/#\\[multilib\\]\\n#Include\/\\[multilib\\]\\nInclude\/igs' /etc/pacman.conf",
193+
"pacman-key --recv-keys 12CE6799A94A3F1B5DDFFE88F576553597FB8FEB",
194+
"pacman-key --lsign-key 12CE6799A94A3F1B5DDFFE88F576553597FB8FEB",
195+
"echo 'Server = https://github.com/asahi-alarm/asahi-x86_64/releases/download/$arch' >> /etc/pacman.d/mirrorlist.asahi-x86_64",
196+
"echo '[asahi-x86_64]' >> /etc/pacman.conf",
197+
"echo 'Include = /etc/pacman.d/mirrorlist.asahi-x86_64' >> /etc/pacman.conf",
193198
"pacman --noconfirm -Syu"
194199
],
195200

0 commit comments

Comments
 (0)