Update debian-v5.sh

pull/981/head
tteckster 3 years ago committed by GitHub
parent 1deaa5fae8
commit 1eb1fb4803
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      ct/debian-v5.sh

@ -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…
Cancel
Save