diff --git a/README.md b/README.md index d48e7e6..affb9c1 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/pimox.sh b/pimox.sh index 4010bdc..dbe9661 100755 --- a/pimox.sh +++ b/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