Skip to content

Instantly share code, notes, and snippets.

View liangdong1465-bot's full-sized avatar

liangdong1465-bot

  • Joined Oct 4, 2025
View GitHub Profile
@liangdong1465-bot
liangdong1465-bot / ss_install.sh
Last active October 4, 2025 15:16
ss_ck_install
#!/bin/bash
set -e
echo "=================================="
echo "Shadowsocks-rust + Cloak Installer"
echo "=================================="
# Check if running as root
if [ "$EUID" -ne 0 ]; then