mirror of https://github.com/tteck/Proxmox.git
Update debian-v5.sh
This commit is contained in:
parent
1deaa5fae8
commit
1eb1fb4803
|
@ -74,7 +74,7 @@ function PVE_CHECK() {
|
|||
}
|
||||
function ARCH_CHECK() {
|
||||
ARCH=$(dpkg --print-architecture)
|
||||
if [[ "$ARCH" != "amd64" ]]; then
|
||||
if [[ "$ARCH" == "amd64" ]]; then
|
||||
echo -e "\n ❌ This script will not work with PiMox! \n"
|
||||
echo -e "Exiting..."
|
||||
sleep 2
|
||||
|
|
Loading…
Reference in New Issue