File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -541,7 +541,7 @@ apt=/etc/apt/sources.list.d
541541echo " Install third party repository keys... "
542542
543543# Installing nginx repo
544- echo " deb http://nginx.org/packages/mainline/$VERSION / $codename nginx" \
544+ echo " deb [arch=amd64] http://nginx.org/packages/mainline/$VERSION / $codename nginx" \
545545 > $apt /nginx.list
546546wget --quiet http://nginx.org/keys/nginx_signing.key -O /tmp/nginx_signing.key
547547APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE=1 apt-key add /tmp/nginx_signing.key > /dev/null 2>&1
Original file line number Diff line number Diff line change @@ -519,7 +519,7 @@ apt=/etc/apt/sources.list.d
519519echo " Install third party repository keys... "
520520
521521# Installing nginx repo
522- echo " deb http://nginx.org/packages/mainline/$VERSION / $codename nginx" \
522+ echo " deb [arch=amd64] http://nginx.org/packages/mainline/$VERSION / $codename nginx" \
523523 > $apt /nginx.list
524524wget --quiet http://nginx.org/keys/nginx_signing.key -O /tmp/nginx_signing.key
525525APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE=1 apt-key add /tmp/nginx_signing.key > /dev/null 2>&1
You can’t perform that action at this time.
0 commit comments