Skip to content

Commit 5c1314a

Browse files
committed
Try groupinstall
1 parent c3e292a commit 5c1314a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

scripts/pre-install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ APP_ROOT=$(pwd)
88
function main() {
99
if [ "$VERCEL" = 1 ]; then
1010
echo "On Vercel"
11-
yum install libx11-dev libxkbfile-dev libxkbfile-dev -y
11+
yum groupinstall "Development Tools"
12+
yum install libX11-devel.x86_64 libxkbfile-devel.x86_64 libsecret-devel
1213
fi
1314
}
1415

0 commit comments

Comments
 (0)