mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-05-06 06:27:33 +02:00
Updating example plugin zip file, python3 is default utf8
and added in pre/post examples
This commit is contained in:
4
examplePlugin/pre_install
Normal file
4
examplePlugin/pre_install
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/usr/local/CyberCP/bin/python
|
||||
RESET='\033[0;0m'
|
||||
GREEN='\033[0;32m'
|
||||
print(GREEN + "Running Pre-Install Script..." + RESET)
|
||||
Reference in New Issue
Block a user