mirror of
https://github.com/pimox/pimox7.git
synced 2026-07-03 19:21:38 +00:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -15,12 +15,6 @@ Prechecks
|
|||||||
3. In /etc/hostname, make sure the Pi has a name.
|
3. In /etc/hostname, make sure the Pi has a name.
|
||||||
4. In /etc/hosts, make sure this hostname corresponds to the static IP you previous set.
|
4. In /etc/hosts, make sure this hostname corresponds to the static IP you previous set.
|
||||||
|
|
||||||
Install
|
|
||||||
---
|
|
||||||
1. Do this at the console, not over a network. The network will be reconfigured as part of the install.
|
|
||||||
2. sudo -s
|
|
||||||
3. curl https://raw.githubusercontent.com/pimox/pimox7/master/pimox.sh | sh
|
|
||||||
|
|
||||||
Install from scratch, RPiOS64bit Interactive Automatic Installer
|
Install from scratch, RPiOS64bit Interactive Automatic Installer
|
||||||
---
|
---
|
||||||
0. Flash and startup the latest image from https://downloads.raspberrypi.org/raspios_arm64/ .
|
0. Flash and startup the latest image from https://downloads.raspberrypi.org/raspios_arm64/ .
|
||||||
@@ -28,7 +22,7 @@ Install from scratch, RPiOS64bit Interactive Automatic Installer
|
|||||||
2. curl https://raw.githubusercontent.com/pimox/pimox7/master/RPiOS64-IA-Install.sh > RPiOS64-IA-Install.sh
|
2. curl https://raw.githubusercontent.com/pimox/pimox7/master/RPiOS64-IA-Install.sh > RPiOS64-IA-Install.sh
|
||||||
3. chmod +x RPiOS64-IA-Install.sh
|
3. chmod +x RPiOS64-IA-Install.sh
|
||||||
4. ./RPiOS64-IA-Install.sh
|
4. ./RPiOS64-IA-Install.sh
|
||||||
5. Follow the pormpots
|
5. Follow the prompts
|
||||||
|
|
||||||
Notes
|
Notes
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -175,8 +175,8 @@ iface vmbr0 inet static
|
|||||||
#### CONFIGURE PIMOX7 BANNER #############################################################################################################
|
#### CONFIGURE PIMOX7 BANNER #############################################################################################################
|
||||||
cp /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js.auto.backup
|
cp /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js.auto.backup
|
||||||
SEARCH="return Ext.String.format('"
|
SEARCH="return Ext.String.format('"
|
||||||
#### PLACE HOLDER BANNER BEGINN --> #### LINE 1 #### #### LINEBREAK #### -- #### LINE 2 #####
|
#### 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 OFFICCIAL SUPPORTED ! ! ! ');"
|
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
|
sed -i "s|$SEARCH.*|$REPLACE|" /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js
|
||||||
|
|
||||||
### FINAL MESSAGE ########################################################################################################################
|
### FINAL MESSAGE ########################################################################################################################
|
||||||
@@ -185,7 +185,7 @@ printf "
|
|||||||
$GREEN ! INSTALATION COMPLETED ! WAIT ! REBOOT ! $NORMAL
|
$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 <---
|
---> $GREEN https://$RPI_IP_ONLY:8006/ $NORMAL <---
|
||||||
|
|
||||||
run ---> $YELLOW apt upgrade -y $NORMAL <---
|
run ---> $YELLOW apt upgrade -y $NORMAL <---
|
||||||
|
|||||||
Reference in New Issue
Block a user