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"
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
Top comments (0)