S6_ARCH fix for rpi1

Resolves #1201

Signed-off-by: danitorregrosa <danitorregrosa@gmail.com>
This commit is contained in:
danitorregrosa 2022-09-22 22:55:21 +02:00 committed by GitHub
parent 71d77b5fe8
commit 913f11beb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

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'