From 0affe947e4b540b45dc4231df9a69eb215d82c16 Mon Sep 17 00:00:00 2001 From: Tim Wilkinson Date: Sun, 15 Aug 2021 18:48:46 -0700 Subject: [PATCH 1/5] Update pimox.sh --- pimox.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 From 41a6d5c2638d42bc41735d7adbaec6216a726e2f Mon Sep 17 00:00:00 2001 From: Tim Wilkinson Date: Sun, 15 Aug 2021 18:49:51 -0700 Subject: [PATCH 2/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d48e7e6..f7cf8fa 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ 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 --- From 6159201bba7fd1f3206e965f0a93df4f06e35379 Mon Sep 17 00:00:00 2001 From: Tim Wilkinson Date: Sun, 15 Aug 2021 18:53:02 -0700 Subject: [PATCH 3/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f7cf8fa..1129d52 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Pixmox - Proxmox for the Raspberry Pi +Pixmox - 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. From 90b090d51a9e1da9002c378a9cac530a0fdd3986 Mon Sep 17 00:00:00 2001 From: Tim Wilkinson Date: Sun, 15 Aug 2021 18:54:25 -0700 Subject: [PATCH 4/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1129d52..f87ab3d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Pixmox - Proxmox V7 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. From f002375e1449f537775d656f4a2bbb3edede36f3 Mon Sep 17 00:00:00 2001 From: Tim Wilkinson Date: Sun, 15 Aug 2021 18:55:33 -0700 Subject: [PATCH 5/5] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f87ab3d..affb9c1 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,6 @@ Install 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