mirror of
https://git.vectorsigma.ru/public/AdGuardHome.git
synced 2026-08-03 22:19:28 +00:00
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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user