Created installer script

This commit is contained in:
Netkas 2022-05-09 20:08:13 +01:00
parent ab07227102
commit 068542bc3a

11
src/installer/installer Normal file
View 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+
# ------------------------------------------------------------------