diff --git a/src/s6/debian-root/usr/local/bin/install.sh b/src/s6/debian-root/usr/local/bin/install.sh index 4407286..d0e31c9 100644 --- a/src/s6/debian-root/usr/local/bin/install.sh +++ b/src/s6/debian-root/usr/local/bin/install.sh @@ -16,7 +16,7 @@ detect_arch() { amd64) S6_ARCH="x86_64";; armel) - S6_ARCH="arm";; + S6_ARCH="armhf";; armhf) S6_ARCH="armhf";; arm64) @@ -95,4 +95,4 @@ ln -s /macvendor.db /etc/pihole/macvendor.db if [ ! -f /.piholeFirstBoot ]; then touch /.piholeFirstBoot fi -echo 'Docker install successful' \ No newline at end of file +echo 'Docker install successful'