Cateye NEXT: NEXT Generation Installer
Python (Version 9 to 12)
- First, access to Here
- Next, click 'cateye.py' to download
python /path/to/cateye.py
python3 /path/to/cateye.py
- Create JSON File to Server (Static is also Okay)
- Edit JSON (like Example01)
Example01
{
"name": "software name",
"url": "https://example.com/path/to/file.tar.gz",
"folder": "Install folder (example: /usr/local/bin )",
"version": "major version of cateye-next (example: 10)",
"files": [
"filename.ex"
],
"dependencies": [
"https://example.com/path/to/other-package.json"
],
"script": [
"Write the necessary Python processing here."
]
}