Skip to content

Commit

Permalink
Add mold package for opensuse, arch, void and gentoo (zed-industries#…
Browse files Browse the repository at this point in the history
…12964)

Release Notes:

- N/A
  • Loading branch information
subodhu authored and fallenwood committed Jun 18, 2024
1 parent 4621e60 commit 9a9991d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions script/linux
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ if [[ -n $zyp ]]; then
openssl-devel
libzstd-devel
libvulkan1
mold
)
$maysudo "$zyp" install -y "${deps[@]}"
exit 0
Expand All @@ -93,6 +94,7 @@ if [[ -n $pacman ]]; then
openssl
zstd
pkgconf
mold
)
$maysudo "$pacman" -S --needed --noconfirm "${deps[@]}"
exit 0
Expand All @@ -111,6 +113,7 @@ if [[ -n $xbps ]]; then
openssl-devel
wayland-devel
vulkan-loader
mold
)
$maysudo "$xbps" -Syu "${deps[@]}"
exit 0
Expand All @@ -129,6 +132,7 @@ if [[ -n $emerge ]]; then
media-libs/vulkan-loader
x11-libs/libxcb
x11-libs/libxkbcommon
sys-devel/mold
)
$maysudo "$emerge" -u "${deps[@]}"
exit 0
Expand Down

0 comments on commit 9a9991d

Please sign in to comment.