mirror of
https://github.com/pimox/pimox7.git
synced 2026-07-04 03:31:40 +00:00
cleanup, info output.
This commit is contained in:
@@ -152,6 +152,11 @@ fi
|
|||||||
DEBIAN_FRONTEND=noninteractive apt install -y -o Dpkg::Options::="--force-confdef" proxmox-ve
|
DEBIAN_FRONTEND=noninteractive apt install -y -o Dpkg::Options::="--force-confdef" proxmox-ve
|
||||||
|
|
||||||
#### RECONFIGURE NETWORK #### /etc/hosts REMOVE IPv6 #### /etc/network/interfaces.new CONFIGURE NETWORK TO CHANGE ON REBOOT ##############
|
#### RECONFIGURE NETWORK #### /etc/hosts REMOVE IPv6 #### /etc/network/interfaces.new CONFIGURE NETWORK TO CHANGE ON REBOOT ##############
|
||||||
|
printf "
|
||||||
|
=========================================================================================
|
||||||
|
$GREEN ! FIXING NETWORK CONFIGURATION.... ERRORS ARE NOMALAY FINE AND RESOLVED AFTER REBOOT ! $NORMAL
|
||||||
|
=========================================================================================
|
||||||
|
\n"
|
||||||
printf "127.0.0.1\tlocalhost
|
printf "127.0.0.1\tlocalhost
|
||||||
$RPI_IP_ONLY\t$HOSTNAME\n" > /etc/hosts
|
$RPI_IP_ONLY\t$HOSTNAME\n" > /etc/hosts
|
||||||
printf "auto lo
|
printf "auto lo
|
||||||
@@ -169,17 +174,16 @@ iface vmbr0 inet static
|
|||||||
|
|
||||||
### FINAL MESSAGE ########################################################################################################################
|
### FINAL MESSAGE ########################################################################################################################
|
||||||
printf "
|
printf "
|
||||||
=========================================================================================
|
|
||||||
! ERRORS ARE NOMALAY FINE -> README.md !
|
|
||||||
=========================================================================================
|
|
||||||
\n" && sleep 3
|
|
||||||
printf "
|
|
||||||
=========================================================================================
|
=========================================================================================
|
||||||
$GREEN ! INSTALATION COMPLETED ! WAIT ! REBOOT ! $NORMAL
|
$GREEN ! INSTALATION COMPLETED ! WAIT ! REBOOT ! $NORMAL
|
||||||
=========================================================================================
|
=========================================================================================
|
||||||
|
|
||||||
after rebbot the PVE web interface will be reachable here :
|
after rebbot the PVE web interface will be reachable here :
|
||||||
---> $GREEN https://$RPI_IP_ONLY:8006/ $NORMAL <---
|
---> $GREEN https://$RPI_IP_ONLY:8006/ $NORMAL <---
|
||||||
\n" && sleep 7 && reboot
|
|
||||||
|
run ---> $YELLOW apt get upgrade -y $NORMAL <---
|
||||||
|
in a root shell to complet the installation.
|
||||||
|
|
||||||
|
\n" && sleep 10 && reboot
|
||||||
|
|
||||||
#### EOF ####
|
#### EOF ####
|
||||||
|
|||||||
Reference in New Issue
Block a user