mirror of
https://github.com/tteck/Proxmox.git
synced 2024-11-24 17:24:12 +01:00
Update build.func
add @asylumexp repo for ARM64 support.
This commit is contained in:
parent
0bd8035461
commit
574226d993
@ -111,6 +111,7 @@ pve_check() {
|
|||||||
arch_check() {
|
arch_check() {
|
||||||
if [ "$(dpkg --print-architecture)" != "amd64" ]; then
|
if [ "$(dpkg --print-architecture)" != "amd64" ]; then
|
||||||
echo -e "\n ${CROSS} This script will not work with PiMox! \n"
|
echo -e "\n ${CROSS} This script will not work with PiMox! \n"
|
||||||
|
echo -e "\n Visit https://github.com/asylumexp/Proxmox for ARM64 support. \n"
|
||||||
echo -e "Exiting..."
|
echo -e "Exiting..."
|
||||||
sleep 2
|
sleep 2
|
||||||
exit
|
exit
|
||||||
|
Loading…
Reference in New Issue
Block a user