Skip to content

Commit 8e12a78

Browse files
committed
Install packages which are currently out of date in the arch repos
1 parent 0fb0fa2 commit 8e12a78

6 files changed

+12
-0
lines changed

Configs/Arch.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,11 @@
257257
],
258258

259259
"CopyFiles_Stage0": [
260+
"arch_vulkan_pkgs/lib32-vulkan-icd-loader-1.4.304-1-x86_64.pkg.tar.zst",
261+
"arch_vulkan_pkgs/vulkan-icd-loader-1.4.304-1-x86_64.pkg.tar.zst",
262+
"arch_vulkan_pkgs/vulkan-tools-1.4.304-2-x86_64.pkg.tar.zst",
263+
"arch_vulkan_pkgs/vulkan-headers-1:1.4.304-1-any.pkg.tar.zst",
264+
"arch_vulkan_pkgs/lib32-libxshmfence-1.3.3-1-x86_64.pkg.tar.zst",
260265
"Scripts/Arch/mega_install_packages.sh"
261266
],
262267

@@ -267,6 +272,11 @@
267272
],
268273

269274
"CopyFiles_Stage1": [
275+
["lib32-vulkan-icd-loader-1.4.304-1-x86_64.pkg.tar.zst", "root/"],
276+
["vulkan-icd-loader-1.4.304-1-x86_64.pkg.tar.zst", "root/"],
277+
["vulkan-tools-1.4.304-2-x86_64.pkg.tar.zst", "root/"],
278+
["vulkan-headers-1:1.4.304-1-any.pkg.tar.zst", "root/"],
279+
["lib32-libxshmfence-1.3.3-1-x86_64.pkg.tar.zst", "root/"],
270280
["mega_install_packages.sh", "root/"]
271281
],
272282

@@ -334,6 +344,8 @@
334344
],
335345

336346
"Commands_InChroot2": [
347+
"pacman --noconfirm -U /root/lib32-vulkan-icd-loader-1.4.304-1-x86_64.pkg.tar.zst /root/vulkan-icd-loader-1.4.304-1-x86_64.pkg.tar.zst /root/vulkan-tools-1.4.304-2-x86_64.pkg.tar.zst /root/vulkan-headers-1:1.4.304-1-any.pkg.tar.zst",
348+
"pacman --noconfirm -U /root/lib32-libxshmfence-1.3.3-1-x86_64.pkg.tar.zst",
337349
"killall -3 gpg-agent",
338350
"rm -Rf /usr/local",
339351
"rm -Rf /root/*",
8.02 KB
Binary file not shown.
Binary file not shown.
2.19 MB
Binary file not shown.
183 KB
Binary file not shown.
385 KB
Binary file not shown.

0 commit comments

Comments
 (0)