Back to Install by script section
In our example, we install Artica on a physical server. We have already installed a Debian 12 system
It is important to understand that Artica is a product that supports and modifies the Linux system according to its needs.
It is not intended to install Artica on a server already in production.
Uninstalling Artica is not possible.
apt-get install wget
cd /root && wget http://articatech.net/download/Debian12-install450/install-450-debian12.tar.gz && tar -xf install-450-debian12.tar.gz && chmod 0755 install-450-debian12 && ./install-450-debian12
Or using HTTPs
cd /root && wget https://artica-iso.b-cdn.net/install-450-debian12.tar.gz && tar -xf install-450-debian12.tar.gz && chmod 0755 install-450-debian12 && ./install-450-debian12
The script will download and install the full Artica package