Skip to content

Instantly share code, notes, and snippets.

View sdbener4-svg's full-sized avatar

sdbener4-svg

  • Joined Oct 4, 2025
View GitHub Profile
#!/bin/bash
# Auto installer untuk Web Streaming YouTube di VPS
echo "=== Update & install dependencies ==="
apt update -y
apt upgrade -y
apt install -y python3 python3-pip ffmpeg
echo "=== Install Python modules ==="
pip3 install flask apscheduler