One-click Linux installation
One-click Linux installation: Supports 19 common distributions.
Specially optimized for low-spec servers, requires less memory than the official netboot
bash reinstall.sh rocky 8|9|10
almalinux 8|9|10
debian 9|10|11|12|13
ubuntu 16.04|18.04|20.04|22.04|24.04|25.04 [--minimal]
$ cat /proc/cpuinfo
$ sudo dpkg --configure -a
$ sudo nano /etc/hosts
$ sudo hostnamectl set-hostname new-one
$ newgrp
$ curl -O https://raw.githubusercontent.com/bin456789/reinstall/main/reinstall.sh || wget -O reinstall.sh $_
$ chmod +x reinstall.sh
$ ./reinstall.sh debian 13 --password xxxxx --minimal
$ bash reinstall.sh debian 13 --password xxxxx --minimal
bash reinstall.sh netboot.xyz
(https://github.com/bin456789/reinstall/blob/main/README.en.md)
Posted :
Tuesday 1st of September 2015 @ 05:37 PM— Tags :
omeclick