We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34a14df commit 87458c0Copy full SHA for 87458c0
Configs/Arch.json
@@ -190,6 +190,11 @@
190
"pacman --noconfirm -Syu",
191
"pacman --noconfirm -S perl",
192
"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",
198
"pacman --noconfirm -Syu"
199
],
200
0 commit comments