Merge pull request #1214 from danitorregrosa/dev

S6_ARCH fix for rpi1
This commit is contained in:
Adam Warner
2022-09-22 22:19:31 +01:00
committed by GitHub

View File

@@ -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'
echo 'Docker install successful'