Files
CyberPanel/examplePlugin/pre_install
2020-08-11 02:13:50 -04:00

4 lines
123 B
Python

#!/usr/local/CyberCP/bin/python
RESET='\033[0;0m'
GREEN='\033[0;32m'
print(GREEN + "Running Pre-Install Script..." + RESET)