Skip to content

Commit 184ad57

Browse files
authored
1 parent 178cedd commit 184ad57

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

installer.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ _install_pre_reqs() {
3737
esac
3838
elif test -f /etc/fedora-release; then
3939
$SUDO yum --assumeyes install libatomic
40+
elif test -f /etc/arch-release; then
41+
$SUDO pacman --noconfirm -Sy gcc-libs libc++ libatomic_ops libxcrypt-compat
4042
fi
4143
}
4244

0 commit comments

Comments
 (0)