mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-07 05:45:59 +01:00
4 lines
123 B
Plaintext
4 lines
123 B
Plaintext
|
|
#!/usr/local/CyberCP/bin/python
|
||
|
|
RESET='\033[0;0m'
|
||
|
|
GREEN='\033[0;32m'
|
||
|
|
print(GREEN + "Running Pre-Install Script..." + RESET)
|