There was an error while loading. Please reload this page.
1 parent c3e292a commit 5c1314aCopy full SHA for 5c1314a
1 file changed
scripts/pre-install.sh
@@ -8,7 +8,8 @@ APP_ROOT=$(pwd)
8
function main() {
9
if [ "$VERCEL" = 1 ]; then
10
echo "On Vercel"
11
- yum install libx11-dev libxkbfile-dev libxkbfile-dev -y
+ yum groupinstall "Development Tools"
12
+ yum install libX11-devel.x86_64 libxkbfile-devel.x86_64 libsecret-devel
13
fi
14
}
15
0 commit comments