Skip to content

Commit 3ca8d62

Browse files
committed
libc++ can not be installed like other packages because of the + signs
1 parent 7435e1d commit 3ca8d62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Configs/Arch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,6 @@
229229
"gdb",
230230
"krb5",
231231
"lib32-krb5",
232-
"libc++",
233232
"pam",
234233
"lib32-pam",
235234
"sed",
@@ -356,6 +355,7 @@
356355
],
357356

358357
"Commands_InChroot2": [
358+
"pacman --noconfirm -S libc++",
359359
"useradd -m builduser",
360360
"echo \"builduser ALL=(ALL) NOPASSWD: ALL\" >> /etc/sudoers.d/builduser",
361361
"chmod 440 /etc/sudoers.d/builduser",

0 commit comments

Comments
 (0)