Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/env bash
set -e
echo "=========================================="
echo " Installing Ticket System"
echo "=========================================="
REPO_URL="https://github.com/1dvv3/Ticket_system.git"
CLONE_DIR="Ticket_system"