mirror of
https://github.com/pimox/pimox7.git
synced 2026-06-03 20:51:40 +00:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
Pixmox - Proxmox for the Raspberry Pi
|
||||
Pimox - Proxmox V7 for the Raspberry Pi
|
||||
===
|
||||
|
||||
Pimox is a port of Proxmox to the Raspberry Pi allowing you to build a Proxmox cluster of Rapberry Pi's or even a hybrid cluster of Pis and x86 hardware.
|
||||
@@ -19,10 +19,10 @@ 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://gitlab.com/pimox/pimox7/-/raw/master/pimox.sh | sh
|
||||
3. curl https://raw.githubusercontent.com/pimox/pimox7/master/pimox.sh | sh
|
||||
|
||||
Notes
|
||||
---
|
||||
1. This repo just contains the precompiled debian packages. The original Proxmox sources can be found at git.proxmox.com
|
||||
2. The (very minimally) patched sources to rebuild this can be found at github.com/pimox
|
||||
1. This repo just contains the precompiled debian packages. The original Proxmox sources can be found at https://git.proxmox.com
|
||||
2. The (very minimally) patched sources to rebuild this can be found at https://github.com/pimox
|
||||
|
||||
|
||||
4
pimox.sh
4
pimox.sh
@@ -1,7 +1,7 @@
|
||||
#! /bin/sh
|
||||
|
||||
curl http://gitlab.home/pimox/pimox7/-/raw/master/KEY.gpg | apt-key add -
|
||||
echo "deb http://gitlab.home/pimox/pimox7/-/raw/master/ dev/" > /etc/apt/sources.list.d/pimox.list
|
||||
curl https://raw.githubusercontent.com/pimox/pimox7/master/KEY.gpg | apt-key add -
|
||||
echo "deb https://raw.githubusercontent.com/pimox/pimox7/master/ dev/" > /etc/apt/sources.list.d/pimox.list
|
||||
echo "deb http://deb.debian.org/debian bullseye contrib" > /etc/apt/sources.list.d/buster-contrib.list
|
||||
apt update
|
||||
apt install -y proxmox-ve
|
||||
|
||||
Reference in New Issue
Block a user