Back to Install by script section
You need at least a service with 50GB/80GB of hard disk available
First, you need to download the Debian 10 install CD-ROM:
http://articatech.net/download/Debian-netinstall/debian-10.13.0-amd64-netinst.iso
System will load components and check network configuration
And give password for this new user
su
” and type the root passwordVerify that you have minimal repositories by using
cat /etc/apt/sources.list
deb http://deb.debian.org/debian buster main contrib non-free
deb http://deb.debian.org/debian buster-updates main contrib non-free
deb http://deb.debian.org/debian/ buster-proposed-updates main contrib non-free
deb http://deb.debian.org/debian/ buster-backports main contrib non-free
deb http://security.debian.org/ buster/updates main contrib non-free
echo "deb http://deb.debian.org/debian buster main contrib non-free" > /etc/apt/sources.list &&
echo "deb http://deb.debian.org/debian buster-updates main contrib non-free" >> /etc/apt/sources.list && echo "deb http://deb.debian.org/debian/ buster-proposed-updates main contrib non-free" >> /etc/apt/sources.list && echo "deb http://deb.debian.org/debian/ buster-backports main contrib non-free" >> /etc/apt/sources.list && echo "deb http://security.debian.org/ buster/updates main contrib non-free" >> /etc/apt/sources.list
apt-get update
working without any issue
apt-get dist-upgrade
Then, you can install artica using the script