Add 32bit message

pull/1244/head
DL6ER 7 years ago
parent 95d7fe76b5
commit abd44dd284
No known key found for this signature in database
GPG Key ID: BB8EC0BC77973A30

@ -1187,6 +1187,7 @@ FTLdownload() {
echo "::: Not able to detect architecture (unknown: ${machine}), trying 32bit executable"
echo "::: Contact Pi-hole support if you experience problems (like FTL not running)"
fi
echo "::: Detected 32bit (i686) architecture"
binary="pihole-FTL-linux-x86_32"
fi
@ -1205,7 +1206,7 @@ FTLdownload() {
}
FTLinstall() {
# Download suitable FTL binary
# Install FTL binary
echo ":::"
echo -n "::: Installing FTL ... "

Loading…
Cancel
Save