1
0
mirror of https://github.com/pimox/pimox7.git synced 2026-06-28 08:41:38 +00:00

Minor spelling corrections

Line 178: "BEGINN" -> "BEGIN"
Line 179: "OFFICCIAL" contains extra 'C'. -> "OFFICIALLY".
Line 188: "rebbot" -> "reboot"
This commit is contained in:
Wings22Actual
2021-12-05 22:54:33 +00:00
committed by GitHub
parent 852fcc82b2
commit 219dc67e42

View File

@@ -175,8 +175,8 @@ iface vmbr0 inet static
#### CONFIGURE PIMOX7 BANNER #############################################################################################################
cp /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js.auto.backup
SEARCH="return Ext.String.format('"
#### PLACE HOLDER BANNER BEGINN --> #### LINE 1 #### #### LINEBREAK #### -- #### LINE 2 #####
REPLACE="return Ext.String.format(' This is a unofficial development build of PVE7 - PIMOX7 - https://github.com/pimox/pimox7 Build to run a PVE7 on the RPi4. ! ! ! NO GUARANTEE NOT OFFICCIAL SUPPORTED ! ! ! ');"
#### PLACE HOLDER BANNER BEGIN --> #### LINE 1 #### #### LINEBREAK #### -- #### LINE 2 #####
REPLACE="return Ext.String.format(' This is a unofficial development build of PVE7 - PIMOX7 - https://github.com/pimox/pimox7 Build to run a PVE7 on the RPi4. ! ! ! NO GUARANTEE NOT OFFICIALLY SUPPORTED ! ! ! ');"
sed -i "s|$SEARCH.*|$REPLACE|" /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js
### FINAL MESSAGE ########################################################################################################################
@@ -185,7 +185,7 @@ printf "
$GREEN ! INSTALATION COMPLETED ! WAIT ! REBOOT ! $NORMAL
=========================================================================================
after rebbot the PVE web interface will be reachable here :
after reboot the PVE web interface will be reachable here :
---> $GREEN https://$RPI_IP_ONLY:8006/ $NORMAL <---
run ---> $YELLOW apt upgrade -y $NORMAL <---