mirror of https://github.com/tteck/Proxmox.git
Merge branch 'arm64' of https://github.com/ArchemedIan/Proxmox into arm64
This commit is contained in:
commit
770cabd25c
|
@ -69,10 +69,11 @@ pve_check() {
|
||||||
# This function checks the system architecture and exits if it's not "amd64".
|
# This function checks the system architecture and exits if it's not "amd64".
|
||||||
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} Expiramental arm64 support enabled \n"
|
||||||
echo -e "Exiting..."
|
#echo -e "Exiting..."
|
||||||
sleep 2
|
sleep 5
|
||||||
exit
|
#exit
|
||||||
|
arm64ct="yes"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue