Pull request: scripts: imp sh scripts

Updates #2275.

Squashed commit of the following:

commit 2c44e7f490eafcfb2798037f9e0b7e6f8af42b75
Author: Ainar Garipov <A.Garipov@AdGuard.COM>
Date:   Fri May 21 15:32:44 2021 +0300

    scripts: imp sh scripts
This commit is contained in:
Ainar Garipov
2021-05-21 15:40:44 +03:00
parent c6888326b0
commit 01a25323f8
4 changed files with 13 additions and 23 deletions

View File

@@ -255,7 +255,10 @@ fix_darwin() {
return 0
fi
# TODO: Remove when Mac M1 native support is added.
# TODO(e.burkov): Remove after we release at least one stable release
# with Apple Silicon support.
#
# See https://github.com/AdguardTeam/AdGuardHome/issues/2443.
if [ "$cpu" = 'arm64' ]
then
cpu='amd64'