mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-11 07:46:10 +01:00
4 lines
122 B
Python
4 lines
122 B
Python
#!/usr/local/CyberCP/bin/python
|
|
RESET='\033[0;0m'
|
|
BLUE="\033[0;34m"
|
|
print(BLUE + "Running Post-Install Script..." + RESET) |