Skip to content

Instantly share code, notes, and snippets.

View ilhanaydinli's full-sized avatar
🇹🇷

İlhan Aydınlı ilhanaydinli

🇹🇷
View GitHub Profile
#!/bin/bash
set -e
echo "Starting OpenReplay setup..."
# Clone OpenReplay repository
echo "Cloning repository..."
rm -rf openreplay
git clone --depth 1 --branch v1.21.0 https://github.com/openreplay/openreplay openreplay
cd openreplay