Skip to content

Commit

Permalink
archlinux needs libs/headers
Browse files Browse the repository at this point in the history
  • Loading branch information
jhheider committed Dec 14, 2023
1 parent 178cedd commit 0fc1e67
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 -S gcc-libs libc++ libatomic_ops
fi
}

Expand Down

0 comments on commit 0fc1e67

Please sign in to comment.