mirror of
https://github.com/pi-hole/pi-hole
synced 2024-12-22 14:58:08 +00:00
Add 32bit message
This commit is contained in:
parent
95d7fe76b5
commit
abd44dd284
@ -1187,6 +1187,7 @@ FTLdownload() {
|
|||||||
echo "::: Not able to detect architecture (unknown: ${machine}), trying 32bit executable"
|
echo "::: Not able to detect architecture (unknown: ${machine}), trying 32bit executable"
|
||||||
echo "::: Contact Pi-hole support if you experience problems (like FTL not running)"
|
echo "::: Contact Pi-hole support if you experience problems (like FTL not running)"
|
||||||
fi
|
fi
|
||||||
|
echo "::: Detected 32bit (i686) architecture"
|
||||||
binary="pihole-FTL-linux-x86_32"
|
binary="pihole-FTL-linux-x86_32"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@ -1205,7 +1206,7 @@ FTLdownload() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
FTLinstall() {
|
FTLinstall() {
|
||||||
# Download suitable FTL binary
|
# Install FTL binary
|
||||||
echo ":::"
|
echo ":::"
|
||||||
echo -n "::: Installing FTL ... "
|
echo -n "::: Installing FTL ... "
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user