Skip to content

Instantly share code, notes, and snippets.

View morrning's full-sized avatar
🎯
Focusing

M011N1N6 morrning

🎯
Focusing
View GitHub Profile
@morrning
morrning / ihesabix.sh
Last active April 28, 2025 21:46
Install hesabix standalone on ubuntu servers
#!/bin/bash
# Hesabix Installation Script
# Version: 2.6
# Modernized and optimized for Ubuntu 24.04 LTS
# Last Updated: April 28, 2025
# Exit on any error
set -e