Skip to content

Commit

Permalink
archlinux needs libs/headers (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhheider authored Dec 15, 2023
1 parent 178cedd commit 184ad57
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ _install_pre_reqs() {
esac
elif test -f /etc/fedora-release; then
$SUDO yum --assumeyes install libatomic
elif test -f /etc/arch-release; then
$SUDO pacman --noconfirm -Sy gcc-libs libc++ libatomic_ops libxcrypt-compat
fi
}

Expand Down

0 comments on commit 184ad57

Please sign in to comment.