Created installer script
This commit is contained in:
parent
ab07227102
commit
068542bc3a
1 changed files with 11 additions and 0 deletions
11
src/installer/installer
Normal file
11
src/installer/installer
Normal file
|
@ -0,0 +1,11 @@
|
|||
#!/bin/bash
|
||||
|
||||
# ------------------------------------------------------------------
|
||||
# Nosial Code Compiler (NCC) Installation Script
|
||||
#
|
||||
# Nosial Code Compiler is a program written in PHP designed
|
||||
# to be a multi-purpose compiler, package manager and toolkit.
|
||||
#
|
||||
# Dependency:
|
||||
# PHP 8.0+
|
||||
# ------------------------------------------------------------------
|
Loading…
Add table
Reference in a new issue