DEV Community

Jenil Sheth
Jenil Sheth

Posted on • Edited on

Resolve AESNI Bug In Antigravity & Antigravity CLI

FOR GEMINI ANTIGRAVITY IDE

curl -fsSL \
https://gist.githubusercontent.com/dummyjenil/4bb5303183803b20bcc9b91ce852abc5/raw/qemu_wrapper.sh \
| sudo bash -s -- \
"/usr/share/antigravity/resources/app/extensions/antigravity/bin/language_server_linux_x64"
Enter fullscreen mode Exit fullscreen mode

FOR CLI

curl -fsSL https://antigravity.google/cli/install.sh | \
sed '/echo "⠋ Configuring shell environment..."/a\
curl -fsSL https://gist.githubusercontent.com/dummyjenil/4bb5303183803b20bcc9b91ce852abc5/raw/qemu_wrapper.sh | sudo bash -s -- "$BINARY_PATH"
' | bash
Enter fullscreen mode Exit fullscreen mode

Top comments (0)